summaryrefslogtreecommitdiff
path: root/altosdroid/AndroidManifest.xml.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2016-04-26 21:01:44 -0400
committerKeith Packard <keithp@keithp.com>2016-04-26 21:02:40 -0400
commitd81f94fd5339d513de9bde5a2e19f8eca526344f (patch)
tree25d8261d6ddb6b8217b4e92690997d59a0a06285 /altosdroid/AndroidManifest.xml.in
parent204ae5142702044eb8ad2697a55028e904067958 (diff)
altosdroid: Split setup functions to separate dialog
Remove them from the options menu, handle all preferences through listeners. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid/AndroidManifest.xml.in')
-rw-r--r--altosdroid/AndroidManifest.xml.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/altosdroid/AndroidManifest.xml.in b/altosdroid/AndroidManifest.xml.in
index 15b04445..488a6766 100644
--- a/altosdroid/AndroidManifest.xml.in
+++ b/altosdroid/AndroidManifest.xml.in
@@ -92,6 +92,11 @@
android:theme="@android:style/Theme.Dialog"
android:configChanges="orientation|keyboardHidden" />
+ <activity android:name=".SetupActivity"
+ android:label="@string/setup"
+ android:theme="@android:style/Theme.Dialog"
+ android:configChanges="orientation|keyboardHidden" />
+
<service android:name=".TelemetryService" />
<meta-data android:name="com.google.android.maps.v2.API_KEY"