- Add EdgeToEdge.enable() for Android 15+ compatibility
- Replace deprecated setSystemUiVisibility with modern WindowInsetsController
- Add proper window insets handling for edge-to-edge display
- Implement comprehensive Picture-in-Picture support with:
* Automatic PiP entry when home button pressed during gameplay
* Play/Pause controls in PiP mode
* Proper UI hiding/showing when entering/exiting PiP
* 16:9 aspect ratio optimized for gaming
- Add androidx.core:core-ktx dependency for EdgeToEdge support
- Update AndroidManifest.xml with supportsPictureInPicture attribute
Addresses Google Play Console suggestions:
- Edge-to-edge compatibility for Android 15
- Deprecated API warnings
- Picture-in-picture recommendation