Skip to content

Commit

Permalink
remove unused permission
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspfahl committed Dec 20, 2022
1 parent f310f29 commit 43cbb56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
android:name="flutterEmbedding"
android:value="2" />
</application>
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>

Expand Down

0 comments on commit 43cbb56

Please sign in to comment.