permission icon indicating copy to clipboard operation
permission copied to clipboard

Results 18 permission issues
Sort by recently updated
recently updated
newest added

I am successfully requesting permission for Storage ad Microphone and my log indicates that permissions are allowed. But the moment i attempt to record an audio, the app crashes indicating...

In addition to what's specified in README... I had to: - In `.../android/app/build.gradle` - change `minSdkVersion` to 20 (or higher) - In `.../android/gradle.properties` - Add `android.useAndroidX=true` and `android.enableJetifier=true`

Hi, I added another permission for Android, which is called `CoarseLocation`. You can use it to request location permissions when the app only has `ACCESS_COARSE_LOCATION` in Manifest but not `ACCESS_FINE_LOCATION`....

When you request multiple permission statuses it looks like you can get different results than querying individually as `PermissionStatus.whenInUse` and `PermissionStatus.always` are not handled in the ` getPermissionsStatus(List permissionNameList)` case...

waiting for customer response

I am getting an err when request single permission `MissingPluginException(No implementation found for method requestSinglePermission on channel plugins.ly.com/permission)`

waiting for customer response

Using the default SMS group, a user did not gain access to SEND_SMS. This has been updated by splitting the group into 5 categories. Each permission with its own request....