앱스플라이어

- applink, urischeme 설정
This commit is contained in:
2025-03-02 18:01:22 +09:00
parent 1de374de3e
commit 82f71f9a07
2 changed files with 6 additions and 2 deletions

View File

@@ -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" />