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

Unverified Commit 58b0fc41 authored by Raleigh Matlock's avatar Raleigh Matlock
Browse files

appops: update index



* This is to match the new number of ops for N

Change-Id: Ibe32dc10fdfca2cddd1894bc04f1bc42923d1051
Signed-off-by: default avatarRaleigh Matlock <raleighman2@gmail.com>
parent 5be97f1b
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -98,12 +98,13 @@ public:
        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
        OP_RUN_IN_BACKGROUND = 63,
        OP_CHANGE_WIFI_STATE = 64,
        OP_BLUETOOTH_CHANGE = 65,
        OP_BOOT_COMPLETED = 66,
        OP_NFC_CHANGE = 67,
        OP_DATA_CONNECT_CHANGE = 68,
        OP_SU = 69
    };

    AppOpsManager();