summaryrefslogtreecommitdiff
path: root/navit/android/AndroidManifest.xml
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2019-09-26 21:43:50 +0200
committerPierre GRANDIN <pgrandin@users.noreply.github.com>2019-09-26 13:43:50 -0600
commitd18dec5ec22551ea9feeb6aedf5c226a6f998fe6 (patch)
tree6b514f5bfb063701efbb4f15f8c12ad3bd75c1eb /navit/android/AndroidManifest.xml
parentf304cfc699a73f9c0677d5d3315cd7e3d5daea30 (diff)
downloadnavit-d18dec5ec22551ea9feeb6aedf5c226a6f998fe6.tar.gz
Fix:android:64 bit and cleanup2 (#877)
https://github.com/navit-gps/navit/pull/877
Diffstat (limited to 'navit/android/AndroidManifest.xml')
-rw-r--r--navit/android/AndroidManifest.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/navit/android/AndroidManifest.xml b/navit/android/AndroidManifest.xml
index 5080ec52b..e8f153fd4 100644
--- a/navit/android/AndroidManifest.xml
+++ b/navit/android/AndroidManifest.xml
@@ -10,14 +10,14 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
- <application android:label="@string/app_name"
+ <application android:usesCleartextTraffic="true" android:label="@string/app_name"
android:icon="@drawable/icon"
android:name=".NavitAppConfig"
- android:theme="@style/NavitBaseTheme">
+ android:theme="@style/NavitTheme">
<activity android:name="Navit"
android:label="@string/app_name"
- android:configChanges="locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|fontScale|screenSize"
- android:theme="@style/NavitTheme">
+ android:configChanges="screenLayout|smallestScreenSize|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|fontScale|screenSize"
+ android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
@@ -32,7 +32,6 @@
android:configChanges="orientation|screenSize|keyboardHidden">
</activity>
<activity android:name=".NavitDownloadSelectMapActivity"></activity>
- <!-- <activity android:name=".NavitAddressResultListActivity"></activity> -->
<activity
android:name="FileBrowserActivity"
android:label="File browser"