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

Commit 3df1f5ed authored by Roshan Pius's avatar Roshan Pius
Browse files

Add a new uwb ranging app-ops

Adding it in native code to be in sync with the framework changes.

Bug: 183904955
Test: atest CtsPermission2TestCases
Test: atest CtsPermission3TestCases
Test: atest CtsStatsdAtomHostTestCases
Change-Id: Ica22438c5381b2a2dba7cf67166276892150d4eb
parent 2ce1b7e9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -143,7 +143,8 @@ public:
        OP_COARSE_LOCATION_SOURCE = 109,
        OP_MANAGE_MEDIA = 110,
        OP_BLUETOOTH_CONNECT = 111,
        _NUM_OP = 112
        OP_UWB_RANGING = 112,
        _NUM_OP = 113
    };

    AppOpsManager();