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

Commit 5e06d02a authored by Kun Liang's avatar Kun Liang Committed by Gerrit - the friendly Code Review server
Browse files

AppOps: fix sOpToString mismatch issue

sOpToString string array is not following the right order. Adjust it
to fix value mismatch issue.

CRs-Fixed: 790300

Change-Id: I95da7c653de96fd36088fcd7fe04d4e89b527aa5
parent 8e6ce499
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -490,7 +490,6 @@ public class AppOpsManager {
            null,
            null,
            null,
            null,
            OPSTR_MONITOR_LOCATION,
            OPSTR_MONITOR_HIGH_POWER_LOCATION,
            OPSTR_GET_USAGE_STATS,
@@ -509,6 +508,7 @@ public class AppOpsManager {
            null,
            null,
            null,
            null,
    };

    /**