Skip to content

Commit

Permalink
AndroidManifest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Sep 24, 2024
1 parent 495bdec commit 61b3fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
<meta-data android:name="google_analytics_adid_collection_enabled" android:value="false" />
</application>
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES"/>
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" tools:node="remove"/>
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
</manifest>

0 comments on commit 61b3fb9

Please sign in to comment.