From c81c2573cd0ceb0ec9d4aa75092ce96ccf59b7e4 Mon Sep 17 00:00:00 2001 From: Amith Yamasani Date: Thu, 28 Jul 2011 12:14:47 -0700 Subject: [PATCH] Limit the list of settings that can have shortcuts on home. Updated some strings as well, to be shorter. Bug: 5087499 Bug: 5082543 Change-Id: I1b38ceda377a6cf9fcb6cd000af2ec0c96b243bb --- AndroidManifest.xml | 13 ++----------- res/values/strings.xml | 15 +++++---------- res/xml/settings_headers.xml | 4 ++-- 3 files changed, 9 insertions(+), 23 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5302eb0da63..8d51dde3e63 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -356,7 +356,6 @@ - @@ -372,7 +371,6 @@ - @@ -392,7 +390,6 @@ - @@ -412,7 +409,6 @@ - @@ -467,7 +463,6 @@ - @@ -510,7 +505,7 @@ @@ -561,7 +556,6 @@ - @@ -578,7 +572,6 @@ - @@ -614,7 +607,6 @@ - @@ -657,7 +649,6 @@ - @@ -691,7 +682,7 @@ diff --git a/res/values/strings.xml b/res/values/strings.xml index eef3792883b..39fdc814e33 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -539,7 +539,7 @@ Settings - Select settings shortcut + Settings shortcut Airplane mode @@ -1392,12 +1392,9 @@ Configured Networks - - Sound - - Display + - Sound settings + Sound Silent mode @@ -1521,9 +1518,9 @@ Manage search settings and history - + - Screen settings + Display Auto-rotate screen @@ -2664,8 +2661,6 @@ found in the list of installed applications. Accessibility - - Accessibility settings Services diff --git a/res/xml/settings_headers.xml b/res/xml/settings_headers.xml index cd6191f1291..40e1880de99 100644 --- a/res/xml/settings_headers.xml +++ b/res/xml/settings_headers.xml @@ -66,14 +66,14 @@ android:id="@+id/sound_settings" android:icon="@drawable/ic_settings_sound" android:fragment="com.android.settings.SoundSettings" - android:title="@string/sound_settings_title" /> + android:title="@string/sound_settings" />
+ android:title="@string/display_settings" />