Loading res/xml/channel_notification_settings.xml +0 −6 Original line number Diff line number Diff line Loading @@ -108,12 +108,6 @@ settings:useAdditionalSummary="true" settings:restrictedSwitchSummary="@string/enabled_by_admin"/> <com.android.settingslib.RestrictedSwitchPreference android:key="bubble_pref" android:title="@string/notification_bubbles_title" android:order="16" settings:restrictedSwitchSummary="@string/enabled_by_admin" /> <!-- Bypass DND --> <com.android.settingslib.RestrictedSwitchPreference android:key="bypass_dnd" Loading src/com/android/settings/notification/app/ChannelNotificationSettings.java +0 −2 Original line number Diff line number Diff line Loading @@ -129,8 +129,6 @@ public class ChannelNotificationSettings extends NotificationSettings { mControllers.add(new BadgePreferenceController(context, mBackend)); mControllers.add(new DndPreferenceController(context, mBackend)); mControllers.add(new NotificationsOffPreferenceController(context)); mControllers.add(new BubblePreferenceController(context, getChildFragmentManager(), mBackend, false /* isAppPage */)); mControllers.add(new ConversationPromotePreferenceController(context, this, mBackend)); return new ArrayList<>(mControllers); } Loading Loading
res/xml/channel_notification_settings.xml +0 −6 Original line number Diff line number Diff line Loading @@ -108,12 +108,6 @@ settings:useAdditionalSummary="true" settings:restrictedSwitchSummary="@string/enabled_by_admin"/> <com.android.settingslib.RestrictedSwitchPreference android:key="bubble_pref" android:title="@string/notification_bubbles_title" android:order="16" settings:restrictedSwitchSummary="@string/enabled_by_admin" /> <!-- Bypass DND --> <com.android.settingslib.RestrictedSwitchPreference android:key="bypass_dnd" Loading
src/com/android/settings/notification/app/ChannelNotificationSettings.java +0 −2 Original line number Diff line number Diff line Loading @@ -129,8 +129,6 @@ public class ChannelNotificationSettings extends NotificationSettings { mControllers.add(new BadgePreferenceController(context, mBackend)); mControllers.add(new DndPreferenceController(context, mBackend)); mControllers.add(new NotificationsOffPreferenceController(context)); mControllers.add(new BubblePreferenceController(context, getChildFragmentManager(), mBackend, false /* isAppPage */)); mControllers.add(new ConversationPromotePreferenceController(context, this, mBackend)); return new ArrayList<>(mControllers); } Loading