Commit 57f05b61 by Jan-Derk

Added 'Manage External Storage' permission

parent 3356ec68
...@@ -120,9 +120,9 @@ class Permission { ...@@ -120,9 +120,9 @@ class Permission {
/// For more information: https://developer.android.com/training/data-storage/manage-all-files /// For more information: https://developer.android.com/training/data-storage/manage-all-files
/// ///
/// If the usage of the Manage External Storage permission is needed, /// If the usage of the Manage External Storage permission is needed,
/// the user has to declare permissions for the app before release. /// you have to fill out the Permission Declaration Form upon submitting
/// Information on how to declare permissions /// your app to the Google Play Store. More details can be found here:
/// can be found here: https://support.google.com/googleplay/android-developer/answer/9214102#zippy= /// https://support.google.com/googleplay/android-developer/answer/9214102#zippy=
static const manageExternalStorage = Permission._(22); static const manageExternalStorage = Permission._(22);
/// Returns a list of all possible [PermissionGroup] values. /// 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