fix max_aspect

This commit is contained in:
nillerusr 2020-10-29 21:51:36 +03:00 committed by Alibek Omarov
parent 8d1288373d
commit 5fd30876ab

View file

@ -6,8 +6,8 @@
package="su.xash.engine" package="su.xash.engine"
android:versionCode="1710" android:versionCode="1710"
android:versionName="0.20.1" android:versionName="0.20.1"
android:installLocation="auto"> android:installLocation="auto"
android:allowAudioPlaybackCapture="true" android:allowAudioPlaybackCapture="true">
<application android:label="@string/app_name" <application android:label="@string/app_name"
android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher"
@ -72,7 +72,7 @@
</intent-filter> </intent-filter>
</receiver> </receiver>
<!--<service android:name="su.xash.engine.SteamService" />--> <!--<service android:name="su.xash.engine.SteamService" />-->
<meta-data android:name="android.max_aspect" android:value="10000" /> <meta-data android:name="android.max_aspect" android:value="10000.0" />
<meta-data android:name="android.allow_multiple_resumed_activities" android:value="true" /> <!-- don't pause engine on foldables --> <meta-data android:name="android.allow_multiple_resumed_activities" android:value="true" /> <!-- don't pause engine on foldables -->
</application> </application>