| commit | 9aafab0ee34d9e9c3e4df33944919ebf9945d989 | [log] [tgz] |
|---|---|---|
| author | Oscar Shu <xshu@google.com> | Fri Oct 15 07:09:41 2021 +0000 |
| committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Oct 15 07:09:41 2021 +0000 |
| tree | b176cb340355be0f05d54ab5ec3253c11c24cbd9 | |
| parent | 82d05fdfa0c38e4f5a86ff24d62c3a73a055312c [diff] | |
| parent | aeca54e8ba81cd43bf7f1ec9f03408af1ce60307 [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();