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:
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user