From e75b7b491e9e345801c8f3cb72bca08b0f153abf Mon Sep 17 00:00:00 2001 From: Aravind Akella Date: Thu, 22 May 2014 13:19:49 -0700 Subject: [PATCH] Remove getRequiredPermission from NDK. Bug: 15089664 Change-Id: Ic967adde89f30261c75fca67c09d14d35bd1cdb3 (cherry picked from commit 1236710bccd8f5870c0281e24a899c3d58f708e6) --- include/android/sensor.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/android/sensor.h b/include/android/sensor.h index 86de93020..64bc9b5b7 100644 --- a/include/android/sensor.h +++ b/include/android/sensor.h @@ -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