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

Commit fccb330b authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Add OP_BLUETOOTH_CONNECT to remain consistent.

We're defining a new op higher up in the framework, so keep things
in sync down in native code.

Bug: 182204836
Test: atest CtsPermission2TestCases
Test: atest CtsPermission3TestCases
Test: atest CtsStatsdAtomHostTestCases
Change-Id: Ia4c00e3445c2bdf2a6a472697466cb7cdbf029d5
parent 81a9915e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -142,7 +142,8 @@ public:
        OP_FINE_LOCATION_SOURCE = 108,
        OP_COARSE_LOCATION_SOURCE = 109,
        OP_MANAGE_MEDIA = 110,
        _NUM_OP = 111
        OP_BLUETOOTH_CONNECT = 111,
        _NUM_OP = 112
    };

    AppOpsManager();