Fix crash on rotation
Load app/channel data early so that any open dialogs can be properly
reconstructed. Never call done on an entityheadercontroller with
an activity that's not yet started.
Test: robotests
Change-Id: Ib2b9f8f1985ef038959062204aaceff686f4ebcf
Fixes: 74114917
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e87951b..af565d6 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2743,6 +2743,7 @@
<!-- Show channel-level notification settings (channel passed in as extras) -->
<activity android:name="Settings$ChannelNotificationSettingsActivity"
+ android:label="@string/notification_channel_title"
android:exported="true">
<intent-filter android:priority="1">
<action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" />