Android Intents:使用具有相同sharedUserId的另一个应用程序的类名启动活动
我的所有应用程序都有相同的sharedUserId。我想使用当前应用程序的类来启动另一个应用程序的类。我想使用意图附加功能,但不想使用意图 URL。我也不想更改我的目标活动应用程序的 AndroidManifest。
All my apps have the same sharedUserId. I would like to start a class of another app using the class of my current app. I want to use intent extras but I do not want to use intent URLs. I also would prefer not to have to change the AndroidManifest of my target activity's app.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这很容易,因为你已经设置了sharedUserId。
这就是全部内容。您可以像平常一样添加意图附加内容。
Its pretty easy since you have the sharedUserId set.
And that's all there is to it. You can add intent extras like you normally would.