Remove getRequiredPermission from NDK.

Bug: 15089664
Change-Id: Ic967adde89f30261c75fca67c09d14d35bd1cdb3
(cherry picked from commit 1236710bcc)
This commit is contained in:
Aravind Akella 2014-05-22 13:19:49 -07:00
parent aefe55f0fb
commit e75b7b491e
1 changed files with 0 additions and 7 deletions

View File

@ -299,13 +299,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