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

Commit 36ca632e authored by Narayan Kamath's avatar Narayan Kamath Committed by Automerger Merge Worker
Browse files

AppOpsManager: Include op for RECORD_AUDIO_HOTWORD. am: 7f8989b5 am: 73b83e32

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

Change-Id: I865d951e820e9459f34251b663ed52ed4690bcc3
parents c2df7a44 73b83e32
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -133,7 +133,11 @@ public:
        OP_DEPRECATED_1 = 96,
        OP_AUTO_REVOKE_PERMISSIONS_IF_UNUSED = 97,
        OP_AUTO_REVOKE_MANAGED_BY_INSTALLER = 98,
        _NUM_OP = 99
        OP_NO_ISOLATED_STORAGE = 99,
        OP_PHONE_CALL_MICROPHONE = 100,
        OP_PHONE_CALL_CAMERA = 101,
        OP_RECORD_AUDIO_HOTWORD = 102,
        _NUM_OP = 103
    };

    AppOpsManager();