summaryrefslogtreecommitdiff
path: root/altosdroid/AndroidManifest.xml.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-04-27 01:40:47 -0400
committerKeith Packard <keithp@keithp.com>2016-04-27 01:40:47 -0400
commit3c7b68b8a513b611500dfd734182e1a2e7bdd40c (patch)
treeab6a0512643d3704969216ccdb81f9a00872abff /altosdroid/AndroidManifest.xml.in
parent02f47fa98536eb0ecd58cd8f063600ced60e0a8a (diff)
altosdroid: Add configurable frequency set
Signed-off-by: Keith Packard <keithp@keithp.com>
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" />