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:
authorArsentiy Milchakov <milcars@mapswithme.com>2018-04-12 18:46:07 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2018-04-12 18:51:33 +0300
commit4a13f0624fac8f0f60365aed1156782e228aad12 (patch)
tree021dfbcb35f3d707050e5080c824abde95145bf3 /android/AndroidManifest.xml
parentcd8c347fd58ddd4724c26054ab3c38a545811332 (diff)
[android] Phone auth review fixes + server integration fixes
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index d5b327cdd5..556d12c1c7 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -392,7 +392,6 @@
android:value="com.mapswithme.maps.MwmActivity"/>
</activity>
- <!-- facebook -->
<activity
android:name="com.facebook.FacebookActivity"
android:configChanges="keyboard|keyboardHidden|screenLayout|screenSize|orientation"
@@ -409,11 +408,10 @@
<data android:scheme="@string/fb_login_protocol_scheme"/>
</intent-filter>
</activity>
- <!-- authorisation by phone number-->
+
<activity
android:name="com.mapswithme.maps.auth.PhoneAuthActivity"
android:configChanges="orientation|screenLayout|screenSize|keyboardHidden"
- android:windowSoftInputMode="adjustResize"
android:label="@string/authorization_button_sign_in"/>
<activity android:name="com.mopub.common.MoPubBrowser" android:configChanges="keyboardHidden|orientation|screenSize"/>