Fix to Google in-app billing lib by Aleksander Guryanov

This commit is contained in:
Sergii Pylypenko
2013-10-02 20:26:18 +03:00
parent a7d9626282
commit 445516bb35
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<activity android:name=".MainActivity"
android:label="@string/app_name"
android:alwaysRetainTaskState="true"
android:launchMode="singleInstance"
android:launchMode="singleTask"
android:screenOrientation="landscape"
android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|fontScale|uiMode|screenSize|smallestScreenSize"
android:windowSoftInputMode="stateUnspecified|adjustPan"