diff options
| author | Ethan Chen <intervigil@gmail.com> | 2016-02-11 01:09:39 -0800 |
|---|---|---|
| committer | Ethan Chen <intervigil@gmail.com> | 2016-02-11 01:20:41 -0800 |
| commit | 4678d45384ac602679d65c7b6f4861e48424cf4d (patch) | |
| tree | 2901b7f22469156b3e51f8e74730bcbb9b751a4c | |
| parent | b66f73d266d1d379cb391f80c50631c4ed689785 (diff) | |
msm8960dt: doze: Remove summary strings
* This doesn't need to show in the Settings app.
Change-Id: Ifc973ad99fa595336a7cfd8e527dde6f2e4ed580
| -rw-r--r-- | doze/AndroidManifest.xml | 3 | ||||
| -rw-r--r-- | doze/res/values/strings.xml | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/doze/AndroidManifest.xml b/doze/AndroidManifest.xml index f3b6827..c891bfb 100644 --- a/doze/AndroidManifest.xml +++ b/doze/AndroidManifest.xml @@ -48,9 +48,6 @@ <meta-data android:name="com.android.settings.title" android:resource="@string/screen_gestures_panel_title"/> - <meta-data - android:name="com.android.settings.summary" - android:resource="@string/screen_gestures_panel_summary"/> </activity> </application> diff --git a/doze/res/values/strings.xml b/doze/res/values/strings.xml index 949ca54..d8ced00 100644 --- a/doze/res/values/strings.xml +++ b/doze/res/values/strings.xml @@ -18,7 +18,6 @@ <!-- Gesture shortcuts --> <string name="screen_gestures_panel_title">Gestures</string> - <string name="screen_gestures_panel_summary">Use gestures to perform actions</string> <string name="ambient_display_title">Ambient display</string> |
