Skip to content

Permissions

Juan Nascimento edited this page Aug 13, 2023 · 1 revision

Permissions

Name of Permissions Purpose
android.permission.MANAGE_EXTERNAL_STORAGE Allows managing external storage on the device.
android.permission.WRITE_EXTERNAL_STORAGE Allows writing to external storage on the device.
android.permission.READ_EXTERNAL_STORAGE Allows reading from external storage on the device.
android.permission.POST_NOTIFICATIONS Allows posting notifications on the device.
android.permission.FOREGROUND_SERVICE Allows running foreground services.
Clone this wiki locally