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

Commit 40a02168 authored by Ivan Chiang's avatar Ivan Chiang Committed by Automerger Merge Worker
Browse files

Merge "Add new added appops to AppOpsManager.h" into sc-dev am: b6d93924

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

Change-Id: Ie30195e4aefd1b41c83fff07aad67de8fb139221
parents a0ac1ce4 b6d93924
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -138,7 +138,11 @@ public:
        OP_RECORD_AUDIO_HOTWORD = 102,
        // Ops 103-105 are currently unused in native, and intentionally omitted
        OP_RECORD_AUDIO_OUTPUT = 106,
        _NUM_OP = 107
        OP_SCHEDULE_EXACT_ALARM = 107,
        OP_FINE_LOCATION_SOURCE = 108,
        OP_COARSE_LOCATION_SOURCE = 109,
        OP_MANAGE_MEDIA = 110,
        _NUM_OP = 111
    };

    AppOpsManager();