You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
谢谢,嗯嗯,看到代码里的注释了。修改后可以用remote.launchActivity,launch对应的应用了。
不过,我在自己创建的测试工程中调相同的应用测试,却不work,提示log
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.example.anotherap/com.example.anotherap.AnotherMainActivity}; have you declared this activity in your AndroidManifest.xml?
remote.launchActivity("com.baidu.news.ui.IndexActivity")这个之后,没有调起百度新闻客户端,而是出现了一个类似于选择打开方式弹框的界面。我这边弹出的是让选择哪几个app的界面
这是为什么呢?
The text was updated successfully, but these errors were encountered: