cmsdk: Add device-specific strings

* Reduce duplicate strings between device-specific setting extensions

Change-Id: I5691a68ba0ce031e2b8e3f9686997b155e04faff
This commit is contained in:
Michael Bestas 2016-02-20 02:44:58 +02:00
parent 73fafc1140
commit 8a259437af
2 changed files with 22 additions and 0 deletions

View File

@ -125,4 +125,15 @@
<string name="permlab_thirdPartyKeyguard">third party lock screen</string>
<!-- Third party keyguard permission description -->
<string name="permdesc_thirdPartyKeyguard">Allows an app to be used as an insecure lock screen.</string>
<!-- Device specific settings -->
<string name="device_settings_app_name">Advanced settings</string>
<!-- Touchscreen gestures -->
<string name="screen_gestures_panel_title">Gestures</string>
<!-- Touchscreen gesture haptic feedback -->
<string name="touchscreen_gesture_extras">Extras</string>
<string name="touchscreen_gesture_haptic_feedback">Haptic feedback</string>
<string name="touchscreen_gesture_haptic_feedback_summary">Vibrate when a gesture got detected</string>
</resources>

View File

@ -82,4 +82,15 @@
<java-symbol type="string" name="config_wifiHotSpotPass" />
<java-symbol type="string" name="config_wifiDirectName" />
<java-symbol type="bool" name="config_wifiHotspotSecurityNone" />
<!-- Device specific settings -->
<java-symbol type="string" name="device_settings_app_name" />
<!-- Touchscreen gestures -->
<java-symbol type="string" name="screen_gestures_panel_title" />
<!-- Touchscreen gesture haptic feedback -->
<java-symbol type="string" name="touchscreen_gesture_extras" />
<java-symbol type="string" name="touchscreen_gesture_haptic_feedback" />
<java-symbol type="string" name="touchscreen_gesture_haptic_feedback_summary" />
</resources>