summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 921fe4ac..e1211655 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -73,7 +73,8 @@
<activity android:name="CellBroadcastSettings"
android:label="@string/sms_cb_settings"
android:launchMode="singleTask"
- android:exported="true" />
+ android:exported="true"
+ android:configChanges="orientation|screenSize" />
<activity android:name="CellBroadcastAlertDialog"
android:theme="@android:style/Theme.Holo.Dialog"