Add Strings for the new high power location monitoring app op.

Change-Id: I36b59fb0c18de1718c8fd2cfe30d713aed59c562
This commit is contained in:
David Christie
2013-07-29 16:01:21 -07:00
parent 0125d032ef
commit 4a06e4cc43
2 changed files with 7 additions and 3 deletions

View File

@@ -102,13 +102,15 @@ public class AppOpsState {
AppOpsManager.OP_GPS,
AppOpsManager.OP_WIFI_SCAN,
AppOpsManager.OP_NEIGHBORING_CELLS,
AppOpsManager.OP_MONITOR_LOCATION },
AppOpsManager.OP_MONITOR_LOCATION,
AppOpsManager.OP_MONITOR_HIGH_POWER_LOCATION},
new boolean[] { true,
true,
false,
false,
false,
false }
false,
false}
);
public static final OpsTemplate PERSONAL_TEMPLATE = new OpsTemplate(