Skip to content

Commit 5adc52d

Browse files
authored
Merge pull request #335 from androideveloper/patch-1
Remove QUERY_ALL_PACKAGES permission
2 parents 7322e18 + 56a08e4 commit 5adc52d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
package="com.proyecto26.inappbrowser">
44

55
<uses-permission android:name="android.permission.INTERNET" />
6-
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
76

87
<application>
98
<activity
@@ -16,4 +15,4 @@
1615
</intent>
1716
</queries>
1817
</manifest>
19-
18+

0 commit comments

Comments
 (0)