| | |
| | | android:name="org.apache.http.legacy" |
| | | android:required="false" /> |
| | | <application |
| | | android:networkSecurityConfig="@xml/network_security_config" |
| | | android:name=".GTGameApp" |
| | | android:requestLegacyExternalStorage="true" |
| | | android:usesCleartextTraffic="false" |
| | | android:requestLegacyExternalStorage="true"> |
| | | android:supportsPictureInPicture= "true" |
| | | android:resizeableActivity="true" |
| | | android:exported="false" |
| | | android:extractNativeLibs="true" |
| | | android:networkSecurityConfig="@xml/network_security_config" |
| | | tools:replace="android:name"> |
| | | |
| | | <meta-data |
| | | android:name="ALD_GAME_MAIN_ACTIVITY" |
| | | android:value="com.secondworld.sdk.GameActivity" /> |
| | | |
| | | <!--facebook--> |
| | | <provider |