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

Commit 3149c465 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "New BLUETOOTH_ADVERTISE manifest permission." into sc-dev

parents b759882c 60b53e69
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -144,7 +144,9 @@ public:
        OP_MANAGE_MEDIA = 110,
        OP_BLUETOOTH_CONNECT = 111,
        OP_UWB_RANGING = 112,
        _NUM_OP = 113
        OP_ACTIVITY_RECOGNITION_SOURCE = 113,
        OP_BLUETOOTH_ADVERTISE = 114,
        _NUM_OP = 115
    };

    AppOpsManager();