diff options
| author | Keith Packard <keithp@keithp.com> | 2016-04-26 21:01:44 -0400 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-04-26 21:02:40 -0400 |
| commit | d81f94fd5339d513de9bde5a2e19f8eca526344f (patch) | |
| tree | 25d8261d6ddb6b8217b4e92690997d59a0a06285 /altosdroid/AndroidManifest.xml.in | |
| parent | 204ae5142702044eb8ad2697a55028e904067958 (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.in | 5 |
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" |
