本文共 270 字,大约阅读时间需要 1 分钟。
html 代码
Title Launch My App
Activity中必须指定
由于通过协议启动所以还需要指定
页面必须显示指定80,否则activity识别不了,data属性只能有一个
由于是Activity需要加
在被启动的Activity中通过
Intent intent = getIntent();Log.i(TAG, "onCreate: " + intent.getData().getScheme());
或获取参数信息
转载地址:http://yvfna.baihongyu.com/