diff options
author | Adnan Begovic <adnan@cyngn.com> | 2015-01-16 16:31:29 +0000 |
---|---|---|
committer | Adnan Begovic <adnan@cyngn.com> | 2016-01-12 12:55:29 -0800 |
commit | 2c3e40d3af620990aaba1a4ac9f32629d2ff4b16 (patch) | |
tree | d00800bb85a93ae2132db8c8bbc93240f755c837 /res/values/cm_strings.xml | |
parent | 35a185c53180b4e4996de3c7b49baf6a327cb647 (diff) | |
download | packages_apps_Settings-2c3e40d3af620990aaba1a4ac9f32629d2ff4b16.zip packages_apps_Settings-2c3e40d3af620990aaba1a4ac9f32629d2ff4b16.tar.gz packages_apps_Settings-2c3e40d3af620990aaba1a4ac9f32629d2ff4b16.tar.bz2 |
Squash commit of SAR and IC Code.
TICKET: CYNGNOS-1586
Settings: Show SAR on Regulatory Info (from CM11)
This brings these three commits from CM11:
Settings: Create SAR level preference, allow overlay.
Change-Id: I1af616696702f72b8a6276b3b01e940d61735137
Change Regulatory Info Activity to prefer string over image
Change-Id: I9ea5c2bf469af8f654ec4e4bb4f2a8a5738e6a95
Settings: Allow Regulator Information Dialog Title to be overlaid.
Change-Id: I5aead313589f5d5291d20a0388d2d8bc7242b711
Settings: Refactory regulatory dialog. Display IC Code.
Change-Id: Id268830404d09eed318e38474fe1a9062fc4e962
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 4610ca5..eb0860c 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -1061,4 +1061,15 @@ <string name="zen_mode_summary_selected_callers">selected callers</string> <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_messages, but part of a list, so lower case if needed --> <string name="zen_mode_summary_selected_messages">selected messages</string> + + <!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] --> + <string name="regulatory_information_dialog_title">@string/regulatory_information</string> + + <!-- SAR information --> + <string name="maximum_head_level">Head: %1$s W/kg</string> + <string name="maximum_body_level">Body: %1$s W/kg</string> + + <!-- IC Codes --> + <string name="ic_code_model">Model: %1$s</string> + <string name="ic_code_full">IC: %1$s</string> </resources> |