Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aeca54e8 authored by xshu's avatar xshu
Browse files

Add new wifi nearby devices app-ops

Sync native code to framework changes

Bug: 197776854
Test: atest CtsPermission2TestCases
Test: atest CtsPermission3TestCases
Test: atest CtsStatsdAtomHostTestCases
Change-Id: Ib720a4edfe89ad599b02c0e4b5e18c98a39dc8a5
parent 0abfd1f2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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();