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

This commit is contained in:
David Christie
2013-08-01 19:26:08 +00:00
committed by Android (Google) Code Review
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(