commit | fa8304c92f4a9a80a99377406ada79023447ede7 | [log] [tgz] |
---|---|---|
author | Oscar Shu <xshu@google.com> | Mon Oct 25 19:16:32 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Oct 25 19:16:32 2021 +0000 |
tree | 5e48e59435183867846af40b517da2f923ce2afa | |
parent | c975f5e1e2396f9b29714ac041c72947b3e8ec73 [diff] | |
parent | 19d3cbf9145c570ebb21ee197104bb5d779f3482 [diff] |
Merge "Add new wifi nearby devices app-ops" am: b05265acbf am: 29c470eb41 am: 525c5f888b am: 19d3cbf914 Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1863260 Change-Id: I47e290ce4a840fc0deb0012ed0f8120703d24fa4
diff --git a/libs/permission/include/binder/AppOpsManager.h b/libs/permission/include/binder/AppOpsManager.h index e3d705f..abcd527 100644 --- a/libs/permission/include/binder/AppOpsManager.h +++ b/libs/permission/include/binder/AppOpsManager.h
@@ -147,7 +147,8 @@ OP_ACTIVITY_RECOGNITION_SOURCE = 113, OP_BLUETOOTH_ADVERTISE = 114, OP_RECORD_INCOMING_PHONE_AUDIO = 115, - _NUM_OP = 116 + OP_NEARBY_WIFI_DEVICES = 116, + _NUM_OP = 117 }; AppOpsManager();