Remove getRequiredPermission from NDK.

Change-Id: Ic967adde89f30261c75fca67c09d14d35bd1cdb3
This commit is contained in:
Aravind Akella 2014-05-22 13:19:49 -07:00
parent c210aec479
commit 1236710bcc
1 changed files with 0 additions and 7 deletions

View File

@ -297,13 +297,6 @@ int ASensor_getFifoReservedEventCount(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
};
#endif