These are the permissions of my app as shown in the Play Console app bundle detail:
android.permission.FOREGROUND_SERVICE
android.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
android.permission.SCHEDULE_EXACT_ALARM
android.permission.VIBRATE
android.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE
while the "List Permissions" in the IDE only shows these:
Where do the EXTERNAL_STORAGE permissions come from?
I'm only using File.DirInternal and File.DirAssets in my code.
android.permission.FOREGROUND_SERVICE
android.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS
android.permission.SCHEDULE_EXACT_ALARM
android.permission.VIBRATE
android.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE
while the "List Permissions" in the IDE only shows these:
Where do the EXTERNAL_STORAGE permissions come from?
I'm only using File.DirInternal and File.DirAssets in my code.