Commit b31ee552 by JDDV

Added app tracking transparency

parent 6fd77730
## 3.5.0
*Added support for app tracking transparency permission.
*A dded support for app tracking transparency permission.
## 3.4.0
*Added support request install packages permission.
* Added support request install packages permission.
## 3.3.0
......
......@@ -138,9 +138,9 @@ class Permission {
static const requestInstallPackages = Permission._(24);
///Android: Nothing
///iOS: Allows user to accept that your app collects data about end users
///and shares it with other companies
///for purposes of tracking across apps and web sites.
///iOS: Allows user to accept that your app collects data about end users and
///shares it with other companies for purposes of tracking across apps and
///websites.
static const appTrackingTransparency = Permission._(25);
/// Returns a list of all possible [PermissionGroup] values.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment