11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3- xmlns : tools =" http://schemas.android.com/tools" >
3+ xmlns : tools =" http://schemas.android.com/tools"
4+ package =" com.idle.care" >
45
56 <uses-permission android : name =" android.permission.INTERNET" />
67 <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
1617 android : roundIcon =" @mipmap/ic_launcher_round"
1718 android : supportsRtl =" true"
1819 android : theme =" @style/Theme.Care"
20+ tools : replace =" android:dataExtractionRules, android:fullBackupContent"
1921 tools : targetApi =" 34" >
2022 <activity
2123 android : name =" com.idle.presentation.MainActivity"
2931
3032 <category android : name =" android.intent.category.LAUNCHER" />
3133 </intent-filter >
34+
35+ <intent-filter >
36+ <action android : name =" android.intent.action.VIEW" />
37+
38+ <category android : name =" android.intent.category.DEFAULT" />
39+ <category android : name =" android.intent.category.BROWSABLE" />
40+
41+ <data
42+ android : host =" kakaolink"
43+ android : scheme =" kakao${KAKAO_APP_KEY}://kakaolink" />
44+ </intent-filter >
45+
46+ <intent-filter >
47+ <action android : name =" android.intent.action.VIEW" />
48+
49+ <category android : name =" android.intent.category.DEFAULT" />
50+ <category android : name =" android.intent.category.BROWSABLE" />
51+
52+ <data android : scheme =" care" />
53+ </intent-filter >
54+
55+ <intent-filter android : autoVerify =" true" >
56+ <action android : name =" android.intent.action.VIEW" />
57+
58+ <category android : name =" android.intent.category.DEFAULT" />
59+ <category android : name =" android.intent.category.BROWSABLE" />
60+
61+ <data android : scheme =" http" />
62+ <data android : scheme =" https" />
63+ <data android : host =" caremeet.kr" />
64+ </intent-filter >
65+
66+ <intent-filter android : autoVerify =" true" >
67+ <action android : name =" android.intent.action.VIEW" />
68+
69+ <category android : name =" android.intent.category.DEFAULT" />
70+ <category android : name =" android.intent.category.BROWSABLE" />
71+
72+ <data
73+ android : host =" caremeet.onelink.me"
74+ android : scheme =" https" />
75+ </intent-filter >
3276 </activity >
3377 <service
3478 android : name =" .notification.NotificationService"
4892 android : name =" com.naver.maps.map.CLIENT_ID"
4993 android : value =" ${NAVER_CLIENT_ID}" />
5094 </application >
95+
96+ <queries >
97+ <package android : name =" com.kakao.talk" />
98+ </queries >
5199</manifest >
0 commit comments