提交 4eb715b1 编写于 作者: DCloud-yyl's avatar DCloud-yyl

android平台添加url scheme配置

上级 0cdaec5b
...@@ -8,6 +8,17 @@ ...@@ -8,6 +8,17 @@
<application> <application>
<!-- 注册 url schemes -->
<activity android:name="io.dcloud.uniapp.UniLaunchProxyActivity" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="hellouniappx"></data> <!-- 注册 hellouniappx:// 链接打开应用 -->
<data android:scheme="uniappxhello"></data> <!-- 注册 uniappxhello:// 链接打开应用 -->
</intent-filter>
</activity>
</application> </application>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册