Search cleanu-np: remove useless summary from some settings

Change-Id: Ie5c953f594bf1d364c0aa1a99f9363756ac5802f
Fix: 63014636
Test: robotests
This commit is contained in:
Fan Zhang
2017-07-10 15:36:58 -07:00
parent 5c279e4bce
commit 1befb49813

View File

@@ -26,7 +26,7 @@
<com.android.settings.TimeoutListPreference
android:key="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:entryValues="@array/lock_after_timeout_values" />
@@ -36,7 +36,6 @@
<com.android.settingslib.RestrictedPreference
android:key="owner_info_settings"
android:title="@string/owner_info_settings_title"
android:summary="@string/owner_info_settings_summary" />
android:title="@string/owner_info_settings_title" />
</PreferenceScreen>