File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : tools =" http://schemas.android.com/tools"
3
4
package =" com.teamsparker.android" >
4
5
5
6
<uses-permission android : name =" android.permission.INTERNET" />
10
11
android : name =" android.permission.WRITE_EXTERNAL_STORAGE"
11
12
android : maxSdkVersion =" 28" />
12
13
14
+ <!-- API 33 이상부터 광고 ID 선언해야하지만 사용하지 않아서 아래와 같이 권한 추가 -->
15
+ <uses-permission
16
+ android : name =" com.google.android.gms.permission.AD_ID"
17
+ tools : node =" remove" />
18
+
13
19
<uses-feature
14
20
android : name =" android.hardware.camera2"
15
21
android : required =" false" />
26
32
android : roundIcon =" @mipmap/ic_app_logo_round"
27
33
android : supportsRtl =" true"
28
34
android : theme =" @style/Theme.SparkAndroid" >
35
+
36
+ <!-- API 33 이상부터 광고 ID 선언해야하지만 사용하지 않아서 아래와 같이 권한 추가 -->
37
+ <meta-data
38
+ android : name =" google_analytics_adid_collection_enabled"
39
+ android : value =" false" />
29
40
<meta-data android : name =" com.facebook.sdk.ApplicationId" android : value =" ${FACEBOOK_APP_ID}" />
30
41
31
42
<activity
You can’t perform that action at this time.
0 commit comments