Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Deny request when system permissions are not allowed (#2910)
Task/Issue URL: https://app.asana.com/0/488551667048375/1204096490114623/f ### Description Deny permission request from website when system permissions haven't been allowed ### Steps to test this PR - Uninstall previous version of Android app if already have permission configurations (or just clear storage on Settings) - Install from this branch - Go to `www.mictest.cc` - Tap on "Test my mic" button -> Rationale dialog appears - Tap on "Allow" option -> System permission prompt appears - Select "Don't Allow" option -> Snackbar appears - [x] Check request is denied after Snackbar is hidden (you'll see a message that mic can't be used within the website) - Reload the page and tap on "Test my mic" button **again** -> Rationale dialog appears - Tap on "Allow" option **again** -> System permission prompt appears - Select "Don't Allow" option -> Open Settings dialog appears - [x] Check request have been denied ### No UI changes
- Loading branch information