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

Commit 109814ea authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Automerger Merge Worker
Browse files

Merge "New BLUETOOTH_ADVERTISE manifest permission." into sc-dev am: 3149c465

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/14067882

Change-Id: Ibbb4d84cdaf17eec6f5fa2479e59a9f052b535f7
parents 7694dd90 3149c465
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();