Skip to content

Commit ba15790

Browse files
authored
Remove CHECK_LICENSE permission
Recently realized this permission got added to my project after pulling in this as a dependency, which was surprising since I saw the alert on F-Droid. This seems like a permission that should be added by the app developer if needed, not something intrinsically required/added by this library.
1 parent 189e766 commit ba15790

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.ReactNativeBlobUtil">
33

4-
<!-- Required to access Google Play Licensing -->
5-
<uses-permission android:name="com.android.vending.CHECK_LICENSE" />
6-
74
<!-- Required to download files from Google Play -->
85
<uses-permission android:name="android.permission.INTERNET" />
96

0 commit comments

Comments
 (0)