summaryrefslogtreecommitdiffstats
path: root/include/android
diff options
context:
space:
mode:
authorAravind Akella <aakella@google.com>2014-05-23 18:04:27 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-23 18:04:27 +0000
commit72c524dd8cd91b4899e5e180764ffcf410e094da (patch)
tree7547e6ea9542be5aec20e6286ad271051cbc48e8 /include/android
parent9bf29a81df0eaf923f3a9821655c663290a0a854 (diff)
parent040730e8954b2f686390434646f82bc333de7058 (diff)
downloadframeworks_native-72c524dd8cd91b4899e5e180764ffcf410e094da.zip
frameworks_native-72c524dd8cd91b4899e5e180764ffcf410e094da.tar.gz
frameworks_native-72c524dd8cd91b4899e5e180764ffcf410e094da.tar.bz2
am 040730e8: am 1236710b: Remove getRequiredPermission from NDK.
* commit '040730e8954b2f686390434646f82bc333de7058': Remove getRequiredPermission from NDK.
Diffstat (limited to 'include/android')
-rw-r--r--include/android/sensor.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/android/sensor.h b/include/android/sensor.h
index 86de930..64bc9b5 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