Skip to content

Commit 61b3fb9

Browse files
committed
AndroidManifest fix
1 parent 495bdec commit 61b3fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
5454
</application>
5555
<uses-permission android:name="android.permission.INTERNET" />
56-
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
56+
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" tools:node="remove"/>
5757
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
5858
</manifest>

0 commit comments

Comments
 (0)