Skip to content

Commit 67b140b

Browse files
committed
Remove AD_ID permission
1 parent cc71512 commit 67b140b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
limitations under the License.
1515
-->
1616
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
17+
xmlns:tools="http://schemas.android.com/tools"
1718
android:versionCode="53"
1819
android:versionName="3.0.3">
1920

@@ -218,4 +219,5 @@
218219

219220
</application>
220221

222+
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
221223
</manifest>

0 commit comments

Comments
 (0)