Crash was being caused on Android 14 devices on Development builds by missing EXPORTED/NOT_EXPORTED flag when registering broadcast receiver. Broadcast receiver was removed as it was unneeded and crash doesn't occur anymore.
Steps to reproduce:
Open the attached 1361131_windowed-trunk project
Build the application without changing settings
Deploy to the application to target device
Launch the application on device
Observe immediate crash
- Alternatively deploy the attached APK to target device and repeat steps 4 & 5
Expected results: Application launches and information regarding the screen is visible alongside three rotating shapes.