2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 01:45:19 +01:00

android: don't pause on foldables

This commit is contained in:
Alibek Omarov 2020-08-23 19:04:24 +03:00
parent a55282f2c8
commit bea0f46d31

View File

@ -72,6 +72,7 @@
</receiver>
<!--<service android:name="su.xash.engine.SteamService" />-->
<meta-data android:name="android.max_aspect" android:value="10000" />
<meta-data android:name="android.allow_multiple_resumed_activities" android:value="true" /> <!-- don't pause engine on foldables -->
</application>
<!-- Some devices with Android 2.2 should support native activity, it was in unstable hidden API -->