mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Android 13 permission related fixes (#5299)
* Android 13 permission related fixes * removes audio and video as permissions
This commit is contained in:
parent
f5770539a5
commit
6881158743
12 changed files with 162 additions and 125 deletions
|
|
@ -56,7 +56,7 @@ public class LocationPermissionsHelper {
|
|||
Dialog locationOffDialog
|
||||
) {
|
||||
PermissionUtils.checkPermissionsAndPerformAction(activity,
|
||||
permission.ACCESS_FINE_LOCATION,
|
||||
new String[]{permission.ACCESS_FINE_LOCATION},
|
||||
() -> {
|
||||
if(!isLocationAccessToAppsTurnedOn()) {
|
||||
showLocationOffDialog(locationOffDialog);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue