Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

askForPermissions isn't triggering the AssentResult callback on Android 11? #24

Closed
genneralJ opened this issue Jul 9, 2021 · 1 comment
Labels
duplicate Another issue already reported and requested this.

Comments

@genneralJ
Copy link

genneralJ commented Jul 9, 2021

With 3.0.0-RC4

askForPermissions(
  listOf(
    Permission.WRITE_EXTERNAL_STORAGE ,
    Permission.READ_EXTERNAL_STORAGE ,
    Permission.READ_PHONE_STATE,//
    Permission.CAMERA,//
  )
)

When all permissions are agreed (only running in use), calling askForPermissions again does not trigger the callback with an AssentResult.

After testing Android10 or below, calling again can be called back
当所有权限都同意(仅在使用中运行)后 再次调用askForPermissions没有触发回调AssentResult
经测试Android10以下再次调用可以回调

@afollestad afollestad changed the title android11 askForPermissions askForPermissions isn't triggering the AssentResult callback on Android 11? Dec 26, 2022
@afollestad
Copy link
Owner

Appears to be a duplicate of #21

@afollestad afollestad added the duplicate Another issue already reported and requested this. label Dec 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate Another issue already reported and requested this.
Projects
None yet
Development

No branches or pull requests

2 participants