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

Commit 4f3d1126 authored by Roman Birg's avatar Roman Birg Committed by Steve Kondik
Browse files

update app ops



Change-Id: Id189866c1868e6340b1b01ca94c06983fbcc242d
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent 7b902d6e
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -91,7 +91,19 @@ public:
        OP_USE_SIP = 53,
        OP_PROCESS_OUTGOING_CALLS = 54,
        OP_USE_FINGERPRINT = 55,
        OP_BODY_SENSORS = 56
        OP_BODY_SENSORS = 56,
        OP_READ_CELL_BROADCASTS = 57,
        OP_MOCK_LOCATION = 58,
        OP_READ_EXTERNAL_STORAGE = 59,
        OP_WRITE_EXTERNAL_STORAGE = 60,
        OP_TURN_SCREEN_ON = 61,
        OP_GET_ACCOUNTS = 62,
        OP_WIFI_CHANGE = 63,
        OP_BLUETOOTH_CHANGE = 64,
        OP_BOOT_COMPLETED = 65,
        OP_NFC_CHANGE = 66,
        OP_DATA_CONNECT_CHANGE = 67,
        OP_SU = 68
    };

    AppOpsManager();