Merge "Add Strings for the new high power location monitoring app op."
This commit is contained in:
committed by
Android (Google) Code Review
commit
34605e1dcf
@@ -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(
|
||||
|
Reference in New Issue
Block a user