Skip to content

Commit

Permalink
Remove: Removed unused READ_MEDIA_AUDIO permission
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Jan 21, 2024
1 parent 93009b5 commit afbaff4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<!-- Permissions -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
<uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
Expand Down
1 change: 0 additions & 1 deletion lib/services/update_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ Future<String> getDownloadUrl(Map<String, dynamic> map) async {
}

Future<void> checkNecessaryPermissions(BuildContext context) async {
await Permission.audio.request();
if (!isFdroidBuild) {
await Permission.notification.request();
}
Expand Down

0 comments on commit afbaff4

Please sign in to comment.