Open Goldegag37 opened 2 months ago
I store my media on a large sdcard and wanted to add the .nfo files to the card, but the app doesn't have permission. (i think) an easy fix would be simply requesting android.permission.MANAGE_EXTERNAL_STORAGE in the manifest
android.permission.MANAGE_EXTERNAL_STORAGE
Unfortunately, this is not allowed by Google for nova for publication on Google play. Cf. other issues and FAQ.
I store my media on a large sdcard and wanted to add the .nfo files to the card, but the app doesn't have permission. (i think) an easy fix would be simply requesting
android.permission.MANAGE_EXTERNAL_STORAGE
in the manifest