앱스플라이어
- applink, urischeme 설정
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data
|
||||
android:host="voiceon-test.onelink.me"
|
||||
android:host="${APPLINK_HOST}"
|
||||
android:scheme="https" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
@@ -89,7 +89,7 @@
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
|
||||
<data android:scheme="voiceon-test" />
|
||||
<data android:scheme="${URISCHEME}" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity android:name=".main.MainActivity" />
|
||||
|
Reference in New Issue
Block a user