Merge "Move preference loading to a background thread" into sc-dev

This commit is contained in:
Julia Reynolds
2021-04-24 00:34:26 +00:00
committed by Android (Google) Code Review
3 changed files with 67 additions and 56 deletions

View File

@@ -42,6 +42,15 @@
android:key="recent_notifications_category"
android:title="@string/recent_notifications">
<!-- Placeholder for a list of recent apps -->
<com.android.settings.widget.PrimarySwitchPreference
android:key="app1"
android:order="5"/>
<com.android.settings.widget.PrimarySwitchPreference
android:key="app2"
android:order="6"/>
<com.android.settings.widget.PrimarySwitchPreference
android:key="app3"
android:order="7"/>
<!-- See all apps button -->
<Preference