Remove getRequiredPermission from NDK.
Change-Id: Ic967adde89f30261c75fca67c09d14d35bd1cdb3
This commit is contained in:
parent
c210aec479
commit
1236710bcc
@ -297,13 +297,6 @@ int ASensor_getFifoReservedEventCount(ASensor const* sensor);
|
|||||||
*/
|
*/
|
||||||
const char* ASensor_getStringType(ASensor const* sensor);
|
const char* ASensor_getStringType(ASensor const* sensor);
|
||||||
|
|
||||||
/*
|
|
||||||
* Returns the permission required to see or access this sensor, or the
|
|
||||||
* empty string if none is required.
|
|
||||||
*/
|
|
||||||
const char* ASensor_getRequiredPermission(ASensor const* sensor);
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user