Move channel listing into a pref controller
And a hidden preference category. This makes
hiding/showing the list a lot cleaner and also allows more
of the code to be tested.
Also delete some unused code that no longer complied after
this refactor.
Fixes: 133443871
Test: atest
Change-Id: I4a5fe0e075019bae2df44a0a9dcec26a40ee6d12
(cherry picked from commit a295d71c94)
This commit is contained in:
@@ -2594,13 +2594,6 @@
|
||||
android:value="com.android.settings.notification.AppNotificationSettings" />
|
||||
</activity>
|
||||
|
||||
<!-- Show channel group-level notification settings (group passed in as extras) -->
|
||||
<activity android:name="Settings$ChannelGroupNotificationSettingsActivity"
|
||||
android:exported="true">
|
||||
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
|
||||
android:value="com.android.settings.notification.ChannelGroupNotificationSettings" />
|
||||
</activity>
|
||||
|
||||
<!-- Show channel-level notification settings (channel passed in as extras) -->
|
||||
<activity android:name="Settings$ChannelNotificationSettingsActivity"
|
||||
android:label="@string/notification_channel_title"
|
||||
|
||||
Reference in New Issue
Block a user