commit | b05265acbf697bf1f76dd17fa2576a515ec3ce91 | [log] [tgz] |
---|---|---|
author | Oscar Shu <xshu@google.com> | Mon Oct 25 18:33:37 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 25 18:33:37 2021 +0000 |
tree | 04c4bb845dd8813d1ee81c9429820d1dbdef8497 | |
parent | 00e217181a497339e06b01f4e4a4c2549eaa1828 [diff] | |
parent | 287a0b809c0704d62f94e4c51dabf5086018dafa [diff] |
Merge "Add new wifi nearby devices app-ops"
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();