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:
authorDmitry Yunitsky <yunik@mapswithme.com>2015-08-06 18:01:51 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:00:29 +0300
commit0c54538e8d03a3514835e0e6a3da396e98d9b4d2 (patch)
tree3640c96c510d7f7e5a370984468fceb1887f6f68 /android/AndroidManifest.xml
parent9aed9726dc2687339dc5eec03e76d8c829c932e4 (diff)
[android] Fixed stupid android tools warning.
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 4de3a5068d..8cdbb0b693 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -253,8 +253,7 @@
<!-- facebook -->
<activity
android:name="com.facebook.FacebookActivity"
- android:configChanges=
- "keyboard|keyboardHidden|screenLayout|screenSize|orientation"
+ android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|screenSize"
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
<receiver