diff options
| author | 2021-10-25 18:33:37 +0000 | |
|---|---|---|
| committer | 2021-10-25 18:33:37 +0000 | |
| commit | b05265acbf697bf1f76dd17fa2576a515ec3ce91 (patch) | |
| tree | 04c4bb845dd8813d1ee81c9429820d1dbdef8497 | |
| parent | 00e217181a497339e06b01f4e4a4c2549eaa1828 (diff) | |
| parent | 287a0b809c0704d62f94e4c51dabf5086018dafa (diff) | |
Merge "Add new wifi nearby devices app-ops"
| -rw-r--r-- | libs/permission/include/binder/AppOpsManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/permission/include/binder/AppOpsManager.h b/libs/permission/include/binder/AppOpsManager.h index e3d705fa35..abcd527966 100644 --- a/libs/permission/include/binder/AppOpsManager.h +++ b/libs/permission/include/binder/AppOpsManager.h @@ -147,7 +147,8 @@ public: 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(); |