Android:访问外部包的功能

发布于 2024-12-08 21:40:29 字数 343 浏览 0 评论 0原文

我试图弄清楚如何访问外部程序中的函数。我目前有这个:

 ComponentName cn1 = new ComponentName("com.htc.android.worldclock", "com.htc.android.worldclock.WorldClockTabControl");

它将启动 HTC 世界时钟。我希望启动应用程序的夜间模式功能或应用程序的全屏时钟功能,而不是启动主程序。是否可以?

下图显示了启动我想以编程方式启动的功能的 ui 按钮 在此处输入图像描述y。

I am trying to figure out how access a function in an external program. I currently have this:

 ComponentName cn1 = new ComponentName("com.htc.android.worldclock", "com.htc.android.worldclock.WorldClockTabControl");

Which will launch the HTC world clock. I would like it, instead of launching the main program, launch the night mode function of the app or full screen clock function of the app. Is it possible?

The picture below shows the ui button that launches the function I would like to launch programmatically enter image description herey.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浪漫之都 2024-12-15 21:40:29

如果 HTC 世界时钟程序在收到其他意图或带有额外参数的此意图时启动夜间模式活动,这是可能的。
但由于你不知道HTC世界时钟的实现,所以我认为这是很难和不可能的。

If HTC world clock program would launch night mode activity when receive other intent or this intent with extra parameter, it is possible.
But as you don't know the implement of HTC world clock, so I think it is hard and impossible.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文