Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd3e5bf6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Search cleanu-np: remove useless summary from some settings"

parents ce9e90a7 1befb498
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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>