diff options
author | Aravind Akella <aakella@google.com> | 2014-05-22 13:19:49 -0700 |
---|---|---|
committer | Aravind Akella <aakella@google.com> | 2014-05-22 13:19:49 -0700 |
commit | 1236710bccd8f5870c0281e24a899c3d58f708e6 (patch) | |
tree | 3750b8572abbc6bceef48618c3a8e07a30a3da2f /include | |
parent | c210aec479e2e3e2a5e7f355f28fe9625a23f707 (diff) | |
download | frameworks_native-1236710bccd8f5870c0281e24a899c3d58f708e6.zip frameworks_native-1236710bccd8f5870c0281e24a899c3d58f708e6.tar.gz frameworks_native-1236710bccd8f5870c0281e24a899c3d58f708e6.tar.bz2 |
Remove getRequiredPermission from NDK.
Change-Id: Ic967adde89f30261c75fca67c09d14d35bd1cdb3
Diffstat (limited to 'include')
-rw-r--r-- | include/android/sensor.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/android/sensor.h b/include/android/sensor.h index b4e7ebe..21e471e 100644 --- a/include/android/sensor.h +++ b/include/android/sensor.h @@ -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 |