Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Marchuk <alexm@maps.me>2015-09-04 16:32:05 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:06:43 +0300
commit13ce5154c7c94162805ad805537a7ac61c12ffdb (patch)
tree3891fcd8e567ec508733989c06f082849a0be13d /android/AndroidManifest.xml
parent4954995536474135dce6ba843a6c447c4a298fc5 (diff)
[android] add: New search fragment.
add: JNI recent queries handling.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index a0d089b317..1b9d613317 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -188,10 +188,9 @@
<activity
android:name="com.mapswithme.maps.search.SearchActivity"
- android:configChanges="orientation|screenLayout|screenSize"
android:label="@string/search_map"
android:parentActivityName="com.mapswithme.maps.MwmActivity"
- android:windowSoftInputMode="stateVisible|adjustResize">
+ android:windowSoftInputMode="stateVisible">
<!-- The meta-data element is needed for versions lower than 4.1 -->
<meta-data
android:name="android.support.PARENT_ACTIVITY"