summaryrefslogtreecommitdiff
path: root/altosdroid/AndroidManifest.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'altosdroid/AndroidManifest.xml.in')
-rw-r--r--altosdroid/AndroidManifest.xml.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/altosdroid/AndroidManifest.xml.in b/altosdroid/AndroidManifest.xml.in
index 3409c9fe..2644d747 100644
--- a/altosdroid/AndroidManifest.xml.in
+++ b/altosdroid/AndroidManifest.xml.in
@@ -95,7 +95,12 @@
<activity android:name=".SetupActivity"
android:label="@string/setup"
android:theme="@android:style/Theme.Dialog"
- android:configChanges="orientation|keyboardHidden" />
+ android:configChanges="orientation" />
+
+ <activity android:name=".ManageFrequenciesActivity"
+ android:label="@string/manage_frequencies"
+ android:theme="@android:style/Theme.Dialog"
+ android:configChanges="orientation|keyboard" />
<service android:name=".TelemetryService" />