diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 99a2e91a7da..2e3d6db6e02 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -572,7 +572,7 @@ gid - + Internal device storage Removable SD card @@ -639,6 +639,7 @@ bluetooth volume keep awake monitor location + monitor high power location @@ -685,6 +686,7 @@ Bluetooth volume Keep awake Location + Location diff --git a/src/com/android/settings/applications/AppOpsState.java b/src/com/android/settings/applications/AppOpsState.java index 61ed2f46bf4..9243b0efaf1 100644 --- a/src/com/android/settings/applications/AppOpsState.java +++ b/src/com/android/settings/applications/AppOpsState.java @@ -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(