Merge "Remove gibberish summary in search when query is "lock"" into oc-mr1-dev
am: 9a03b951d2
Change-Id: If754d6e11ef3d39d716b41a3219a5d30c48fc218
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
<com.android.settings.TimeoutListPreference
|
<com.android.settings.TimeoutListPreference
|
||||||
android:key="lock_after_timeout"
|
android:key="lock_after_timeout"
|
||||||
android:title="@string/lock_after_timeout"
|
android:title="@string/lock_after_timeout"
|
||||||
android:summary="@string/lock_after_timeout_summary"
|
android:summary="@string/summary_placeholder"
|
||||||
android:entries="@array/lock_after_timeout_entries"
|
android:entries="@array/lock_after_timeout_entries"
|
||||||
android:entryValues="@array/lock_after_timeout_values" />
|
android:entryValues="@array/lock_after_timeout_values" />
|
||||||
|
|
||||||
@@ -32,7 +32,6 @@
|
|||||||
|
|
||||||
<com.android.settingslib.RestrictedPreference
|
<com.android.settingslib.RestrictedPreference
|
||||||
android:key="owner_info_settings"
|
android:key="owner_info_settings"
|
||||||
android:title="@string/owner_info_settings_title"
|
android:title="@string/owner_info_settings_title" />
|
||||||
android:summary="@string/owner_info_settings_summary" />
|
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
<com.android.settings.TimeoutListPreference
|
<com.android.settings.TimeoutListPreference
|
||||||
android:key="lock_after_timeout"
|
android:key="lock_after_timeout"
|
||||||
android:title="@string/lock_after_timeout"
|
android:title="@string/lock_after_timeout"
|
||||||
android:summary="@string/lock_after_timeout_summary"
|
android:summary="@string/summary_placeholder"
|
||||||
android:entries="@array/lock_after_timeout_entries"
|
android:entries="@array/lock_after_timeout_entries"
|
||||||
android:entryValues="@array/lock_after_timeout_values" />
|
android:entryValues="@array/lock_after_timeout_values" />
|
||||||
|
|
||||||
@@ -32,7 +32,6 @@
|
|||||||
|
|
||||||
<com.android.settingslib.RestrictedPreference
|
<com.android.settingslib.RestrictedPreference
|
||||||
android:key="owner_info_settings"
|
android:key="owner_info_settings"
|
||||||
android:title="@string/owner_info_settings_title"
|
android:title="@string/owner_info_settings_title" />
|
||||||
android:summary="@string/owner_info_settings_summary" />
|
|
||||||
|
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
Reference in New Issue
Block a user