Merge "Fix launch flags for channel panel" into sc-dev am: 82fee52083

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15498277

Change-Id: Iab98e9f744d06532d382f71cd07d39a8f7f2cfe5
This commit is contained in:
TreeHugger Robot
2021-08-09 12:51:50 +00:00
committed by Automerger Merge Worker

View File

@@ -2862,9 +2862,7 @@
<activity android:name=".notification.app.ChannelPanelActivity" <activity android:name=".notification.app.ChannelPanelActivity"
android:label="@string/notification_channel_title" android:label="@string/notification_channel_title"
android:theme="@style/Theme.Panel" android:theme="@style/Theme.Panel"
android:launchMode="singleInstance"
android:excludeFromRecents="true" android:excludeFromRecents="true"
android:noHistory="true"
android:configChanges="orientation|keyboardHidden|screenSize" android:configChanges="orientation|keyboardHidden|screenSize"
android:exported="true"> android:exported="true">
<intent-filter android:priority="1"> <intent-filter android:priority="1">