mirror of
https://github.com/love2d/love-android.git
synced 2026-08-14 01:20:55 +02:00
5df17ba075
Moved WRITE_EXTERNAL_STORAGE maxSdkVersion to 28. Although t.externalstorage=true needs WRITE_EXTERNAL_STORAGE for Android Jelly Bean and earlier, it's needed for the game downloader to store files in Downloads folder. However the permission to do it is unnecessary since Android Q (API 29). See https://developer.android.com/reference/android/app/DownloadManager.Request#setDestinationInExternalPublicDir(java.lang.String,%2520java.lang.String) Use per-activity theme instead of per-application theme. We need different theme for the GameActivity and the DownloadActivity.