Skip to content

Commit

Permalink
chore: remove QUERY_ALL_PACKAGES from manisfet to avoid rejections on…
Browse files Browse the repository at this point in the history
… play store
  • Loading branch information
pedrohsampaioo committed Oct 21, 2022
1 parent 922ffe2 commit 05a7082
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion example/android/app/src/debug/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>
<queries>
<package android:name="com.instagram.android" />
<package android:name="com.twitter.android" />
Expand Down
1 change: 0 additions & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="app.cre.me.sharing.creme_sharing_example"
xmlns:tools="http://schemas.android.com/tools">
<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" />
<queries>
Expand Down

0 comments on commit 05a7082

Please sign in to comment.