2

In Android 11 new "One Time" permission where introduced alongside normal permission like "When In Use".

When the user selects "One Time" permission we get the same permission array as "When in Use" we can verify whether the below permission are accepted.

Manifest.permission.ACCESS_FINE_LOCATION
Manifest.permission.ACCESS_COARSE_LOCATION

Is there any sort of differentiation which is available for using that data to be sent to Analytics. So we can track what sort of permission are the users providing.

4

0 回答 0