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

Commit 7f8989b5 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

AppOpsManager: Include op for RECORD_AUDIO_HOTWORD.

Also include other recently added ops that are currently missing.

Bug: 162547999
Test: make
Change-Id: Iea7b09f8efb0873bc521a36e9086dcec61c99d3d
parent b0527022
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -131,7 +131,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();