Description: Game freezes in the initial moments. Happens on the native OpenGL ES driver.
Current fix: Changing driver to ANGLE (Developer options > ANGLE Preferences) solves the problem
Note: 1.20.53 is available in ANGLE Preferences
, but not 1.20.70, due to LauncherActivity
change(?)
<!-- 1.20.53 -->
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<!-- 1.20.80 -->
<action android:name="cyou.joiplay.runtime.info"/>
<category android:name="android.intent.category.DEFAULT"/>
Affected (so far) devices:
- Google Pixel 7
- Google Pixel 7a
- Google Pixel 7 Pro (Android 14 QPR2)
- Google Pixel 8
- Google Pixel 8 Pro (Android 14 QPR3)
- Google Pixel Tablet
- Samsung Galaxy M23 5G (One UI 6)
Examples: