Remove getRequiredPermission from NDK.
Bug: 15089664
Change-Id: Ic967adde89f30261c75fca67c09d14d35bd1cdb3
(cherry picked from commit 1236710bcc
)
This commit is contained in:
parent
aefe55f0fb
commit
e75b7b491e
@ -299,13 +299,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