Merge "Fix launch flags for channel panel" into sc-dev am: 82fee52083
am: 329b5f412e
am: f7dbcb8306
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/15498277 Change-Id: I57ceea07b452b77717ad6d17dd82b2fe6e2de00f
This commit is contained in:
@@ -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">
|
||||||
|
Reference in New Issue
Block a user