diff options
author | Anders Hammar1 <anders.hammar1@sonyericsson.com> | 2010-04-08 10:03:50 +0200 |
---|---|---|
committer | Johan Redestig <johan.redestig@sonyericsson.com> | 2010-06-11 14:27:29 +0200 |
commit | b2dd90383bae9f3ca0a99b59d3f5992e7fd5ad48 (patch) | |
tree | ab7aff6275d3cc777d09398e454426884becbde4 /tests/res/values | |
parent | 3514cdc3b0f88127c418609e29fbb04abb6174cc (diff) | |
download | packages_apps_settings-b2dd90383bae9f3ca0a99b59d3f5992e7fd5ad48.zip packages_apps_settings-b2dd90383bae9f3ca0a99b59d3f5992e7fd5ad48.tar.gz packages_apps_settings-b2dd90383bae9f3ca0a99b59d3f5992e7fd5ad48.tar.bz2 |
Settings: Add a hook for operator or vendor specific settings.
The Settings application now provides a hook that can be used by an
operator or a vendor specific application to add an activity of choice
in the settings menu.
Change-Id: Id55da9fd4262bbfc6a5abf863799c747b0d75b24
Diffstat (limited to 'tests/res/values')
-rw-r--r-- | tests/res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/res/values/strings.xml b/tests/res/values/strings.xml index b06782f..cd94a2d 100644 --- a/tests/res/values/strings.xml +++ b/tests/res/values/strings.xml @@ -20,4 +20,10 @@ <!-- Test only. Do not translate. --> <string name="enable">Enable</string> <string name="discoverable">Discoverable</string> + <string name="operator_hello">Hello Operator!</string> + <string name="operator_settings_title">Operator</string> + <string name="operator_settings_summary">Operator hook that can be used to start activity of choice</string> + <string name="manufacturer_hello">Hello Manufacturer!</string> + <string name="manufacturer_settings_title">Manufacturer</string> + <string name="manufacturer_settings_summary">Manufacturer hook that can be used to start activity of choice</string> </resources> |