We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d27c7 commit 74a8ddcCopy full SHA for 74a8ddc
permission_handler_platform_interface/lib/src/permissions.dart
@@ -102,8 +102,8 @@ class Permission {
102
/// - Devices running Android 13 (API level 33) and above: Should use [Permission.photos].
103
///
104
/// EXAMPLE: in Manifest:
105
- /// <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>
106
- /// <uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>
+ /// <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32"/>;
+ /// <uses-permission android:name="android.permission.READ_MEDIA_IMAGES"/>;
107
108
/// In Flutter to check the status:
109
0 commit comments