I need to use Camera permission in my app. The code use PackageManager.queryPermissionsByGroup to query permission in "android.permission-group.CAMERA" group.
I found in android Q, this method return null. But found no detailed explanation about how to replace this.
Anyone know about the detailed change about query permissions in a permission-group in android Q, and how to correct in this version?