Android Developers: Android 17 will enforce app memory limits, so treat memory like a launch blocker
Android 17 will start enforcing per-app memory limits based on device RAM, and if you blow past them the system can kill your process without a stack trace. The practical play: shrink bytecode with R8, fix bitmap bloat, and add field signals so you can spot memory-limiter exits.