diff options
| author | Keith Packard <keithp@keithp.com> | 2016-04-27 01:40:47 -0400 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-04-27 01:40:47 -0400 |
| commit | 3c7b68b8a513b611500dfd734182e1a2e7bdd40c (patch) | |
| tree | ab6a0512643d3704969216ccdb81f9a00872abff /altosdroid/AndroidManifest.xml.in | |
| parent | 02f47fa98536eb0ecd58cd8f063600ced60e0a8a (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.in | 7 |
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" /> |
