love2d / love-android

Android build setup for LÖVE.
https://love2d.org
Other
207 stars 72 forks source link

Provide App To Select *.love File to Open #249

Closed MikuAuahDark closed 1 year ago

MikuAuahDark commented 1 year ago

After looking through the 12.x code, backporting the game selector would require rewrite to the GameActivity.java, not ideal.

This PR adds another icon in the home screen called "LÖVE Loader" that simply asks for .love file to open and run that. Fixes #248.