Skip to content

Commit

Permalink
chore: 구글 플레이 광고 id 권한 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kang9366 committed Mar 22, 2024
1 parent 0a4fa59 commit f8d17b4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission
android:name="com.google.android.gms.permission.AD_ID"
tools:node="remove" />

<application
android:name=".ConnectDogApplication"
Expand All @@ -18,6 +21,9 @@
<meta-data
android:name="com.kakao.sdk.AppKey"
android:value="@string/kakao_app_key" />
<meta-data
android:name="google_analytics_adid_collection_enabled"
android:value="false" />

<activity android:name="com.kakao.sdk.auth.AuthCodeHandlerActivity"
android:exported="true"
Expand Down

0 comments on commit f8d17b4

Please sign in to comment.