-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
- After the first rejection, the storage permission request dialog does not appear again.
- There is no need to use the (permissionRequired: Boolean = false) parameter because if the user lacks permission, we must request it again regardless.
- An internal boolean flag (isStoragePermissionRequested) is unnecessary for determining whether to request storage permission.
- A custom DialogFragment for requesting permission is not required.
If shouldShowRequestPermissionRationale returns true, display the native alert dialog (no need for StoragePermissionDialogFragment). Otherwise, show a Snackbar with an action to open the settings.
BluePixel4k
Metadata
Metadata
Assignees
Type
Projects
Status
☑️ Done