diff options
| author | David Christie <dnchrist@google.com> | 2013-07-29 16:01:21 -0700 |
|---|---|---|
| committer | David Christie <dnchrist@google.com> | 2013-07-30 11:27:55 -0700 |
| commit | 4a06e4cc4370f5897f07f6314f25b37db759cf18 (patch) | |
| tree | cdb97ac7834b9e089c12bbf7155341fc9f7e806a /res | |
| parent | 0125d032ef68358502a284738271bdc4aa2a9c83 (diff) | |
| download | packages_apps_Settings-4a06e4cc4370f5897f07f6314f25b37db759cf18.tar.gz packages_apps_Settings-4a06e4cc4370f5897f07f6314f25b37db759cf18.tar.bz2 packages_apps_Settings-4a06e4cc4370f5897f07f6314f25b37db759cf18.zip | |
Add Strings for the new high power location monitoring app op.
Change-Id: I36b59fb0c18de1718c8fd2cfe30d713aed59c562
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/arrays.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 99a2e91a7..2e3d6db6e 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -572,7 +572,7 @@ <item>gid</item> </string-array> - <!-- Apps on SD instalaltion location options in ApplicationSettings --> + <!-- Apps on SD installation location options in ApplicationSettings --> <string-array name="app_install_location_entries"> <item>Internal device storage</item> <item>Removable SD card</item> @@ -639,6 +639,7 @@ <item>bluetooth volume</item> <item>keep awake</item> <item>monitor location</item> + <item>monitor high power location</item> </string-array> <!-- User display names for app ops codes --> @@ -685,6 +686,7 @@ <item>Bluetooth volume</item> <item>Keep awake</item> <item>Location</item> + <item>Location</item> </string-array> <!-- Titles for the list of long press timeout options. --> |
