Privacy Policy About Us Android 11 Flutter


Data Access Auditing 

The following behavior changes apply to all apps when they run on Android 11, regardless of targetSdkVersion

If your application is targeting Android 11, You can audit your sensitive data.

In a data audit you will able to know that, sensitive data are accessible by your code or any third party dependency or SDKs.

E.g. If your application needs a background location access and user grant background location permission for your application. But your application is using 3rd party dependency e.g. Glid to manage Image loading. It might be the case that Glid is silently fetching background location.