Revert "cmsdk: Add device-specific strings"

These strings have now been commonized in
packages/resources/devicesettings.

This reverts commit 8a259437af.

Change-Id: I45bf82fca38f2712a9ad0aed80723c638502d996
This commit is contained in:
Zhao Wei Liew
2016-12-07 08:55:36 +08:00
parent 18fbc317ee
commit 5be83e5606
2 changed files with 0 additions and 22 deletions

View File

@@ -145,17 +145,6 @@
<!-- 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>
<!-- Theme installation error notification -->
<string name="theme_install_error_title">Failed to install theme</string>
<string name="theme_install_error_message"><xliff:g id="theme">%1$s</xliff:g> failed to install</string>

View File

@@ -102,17 +102,6 @@
<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" />
<!-- Theme install failure notification -->
<java-symbol type="string" name="theme_install_error_title" />
<java-symbol type="string" name="theme_install_error_message" />