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

Commit d1b3bcea authored by Bruno Martins's avatar Bruno Martins Committed by Michael Bestas
Browse files

AppOpsManager: Update with the new ops

 * Includes new ops introduced in Oreo as well as ours

Change-Id: I713bbdee1da9d142cf9671128fa05391fa38c48a
parent 938b1800
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -92,7 +92,25 @@ public:
        OP_PROCESS_OUTGOING_CALLS = 54,
        OP_USE_FINGERPRINT = 55,
        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_RUN_IN_BACKGROUND = 63,
        OP_AUDIO_ACCESSIBILITY_VOLUME = 64,
        OP_READ_PHONE_NUMBERS = 65,
        OP_REQUEST_INSTALL_PACKAGES = 66,
        OP_PICTURE_IN_PICTURE = 67,
        OP_INSTANT_APP_START_FOREGROUND = 68,
        OP_ANSWER_PHONE_CALLS = 69,
        OP_CHANGE_WIFI_STATE = 70,
        OP_BLUETOOTH_CHANGE = 71,
        OP_BOOT_COMPLETED = 72,
        OP_NFC_CHANGE = 73,
        OP_DATA_CONNECT_CHANGE = 74,
        OP_SU = 75
    };

    AppOpsManager();