summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-03-10 15:30:07 -0800
committerJoe Onorato <joeo@android.com>2010-03-11 11:55:26 -0800
commite075e1f106fce2a6cb0211668aa50e296729f7fc (patch)
tree262634ceded1885311647d0ba22dd06f822b76c6 /res
parent5347b3f6e4f4a878f21b3a4938172dfd6cd8ff17 (diff)
downloadandroid_packages_apps_Trebuchet-e075e1f106fce2a6cb0211668aa50e296729f7fc.tar.gz
android_packages_apps_Trebuchet-e075e1f106fce2a6cb0211668aa50e296729f7fc.tar.bz2
android_packages_apps_Trebuchet-e075e1f106fce2a6cb0211668aa50e296729f7fc.zip
bug 2480004 - add some descriptions for the string in home
Change-Id: Ie01900dcb6fd6381d18dcfa80bddb7bfdff19b13
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ec4fd9599..73c6a8ae8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -113,16 +113,25 @@
<string name="menu_settings">Settings</string>
<!-- Permissions: -->
+ <skip />
+ <!-- Permission short label -->
<string name="permlab_install_shortcut">install shortcuts</string>
+ <!-- Permission description -->
<string name="permdesc_install_shortcut">Allows an application to add
shortcuts without user intervention.</string>
+ <!-- Permission short label -->
<string name="permlab_uninstall_shortcut">uninstall shortcuts</string>
+ <!-- Permission description -->
<string name="permdesc_uninstall_shortcut">Allows an application to remove
shortcuts without user intervention.</string>
+ <!-- Permission short label -->
<string name="permlab_read_settings">read Home settings and shortcuts</string>
+ <!-- Permission description -->
<string name="permdesc_read_settings">Allows an application to read the settings and
shortcuts in Home.</string>
+ <!-- Permission short label -->
<string name="permlab_write_settings">write Home settings and shortcuts</string>
+ <!-- Permission description -->
<string name="permdesc_write_settings">Allows an application to change the settings and
shortcuts in Home.</string>