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

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

Merge "Add a new uwb ranging app-ops" into sc-dev am: 33324ae8

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

Change-Id: Icf86357666597aa64a852abaaeefb96bfe4715d2
parents 3b3597d8 33324ae8
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();