魈痕
2017-11-10 09:22android 外部调用activity
2我从一个链接直接进入app里面的某个acitivity,我用scheme
**_
<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="myapp" android:host="baidu" android:path="/news" android:port="8080"/>
</intent-filter>**_
这样写,还是调不起来,有哪位大神,帮忙看下。
- 点赞
- 回答
- 收藏
- 复制链接分享
6条回答
为你推荐
- RecycleView代码不更新!
- android-studio
- android
- 4个回答
- recycview中添加底部按钮问题。
- java
- android-studio
- android
- xml
- 1个回答
- android recyclerview长按让所有item中的checkbox都显示
- android
- recyclerview长按处理
- recyclerview.adapter
- 3个回答
- Android WebView与Html交互问题
- android
- 1个回答
- android,这代码运行怎么崩了?
- 崩溃
- 应用
- android
- 编程
- 软件开发
- 4个回答
换一换