lwb
2021-02-24 1b9257cbc0e18243f5acd048af38acb5567d8f3f
SdkProject/library/src/main/AndroidManifest.xml
@@ -17,7 +17,12 @@
        android:allowBackup="true"
        android:supportsRtl="true">
        <activity android:name="com.secondworld.sdk.GameActivity" />
        <activity
            android:name="com.secondworld.sdk.GameActivity"
            android:configChanges="mcc|mnc|locale|touchscreen|keyboard|keyboardHidden|navigation|orientation|screenLayout|uiMode|screenSize|smallestScreenSize|fontScale|layoutDirection"
            android:launchMode="singleTop"
            android:screenOrientation="sensorLandscape"
            tools:replace="android:configChanges" />
    </application>