Skip to content

Commit 35035c7

Browse files
committed
chore(android): add permission related to appsflyer
1 parent d622e5b commit 35035c7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools">
34

45
<!-- Permissions -->
56

@@ -41,6 +42,9 @@
4142
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
4243
<!-- For in-app purchases -->
4344
<uses-permission android:name="com.android.vending.BILLING" />
45+
<!-- https://dev.appsflyer.com/hc/docs/install-android-sdk#revoking-the-ad_id-permission -->
46+
<uses-permission android:name="com.google.android.gms.permission.AD_ID"
47+
tools:node="remove"/>
4448

4549

4650
<queries>

0 commit comments

Comments
 (0)