Reorganize notification Settings classes

The notification package was getting too big.

Test: make -j64 RunSettingsRoboTests
Fixes: 145224451
Change-Id: I25ba82f42f7a137d8adcce72dcf8089d0e018bdc
This commit is contained in:
Julia Reynolds
2019-11-26 16:14:03 -05:00
parent c050807cdc
commit aceccce75c
201 changed files with 402 additions and 388 deletions

View File

@@ -26,7 +26,7 @@
android:key="block"
android:layout="@layout/styled_switch_bar" />
<com.android.settings.notification.NotificationFooterPreference
<com.android.settings.notification.app.NotificationFooterPreference
android:key="block_desc" />
<!-- Channels/Channel groups added here -->
@@ -76,11 +76,11 @@
</PreferenceCategory>
<com.android.settings.notification.NotificationFooterPreference
<com.android.settings.notification.app.NotificationFooterPreference
android:key="desc"
android:order="5000" />
<com.android.settings.notification.NotificationFooterPreference
<com.android.settings.notification.app.NotificationFooterPreference
android:key="deleted"
android:order="8000" />