时钟应用程序的替代品

发布于 2024-09-01 07:56:59 字数 182 浏览 6 评论 0原文

我最不喜欢 Nexus 的一件事是它在桌面扩展坞上运行时运行的无用应用程序。

我已经浪费了一天的时间来搜索以下 3 个主题,但什么也没找到。

  1. 是否已有替代品?

  2. 有原版的源代码吗?

  3. 有关于如何替换它们的文档吗?

the least thing i like on the nexus one is the useless app it runs when on the desktop dock.

I already wasted a good day searching for the 3 topics below and failed to find anything.

  1. Is there any replacement for it already available?

  2. Is there source code for the original one?

  3. Is there documentation on how to replace them?

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

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

发布评论

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

评论(1

束缚m 2024-09-08 07:56:59
  1. 很有可能。在 Android 市场中查找;我确信那里有一个桌面时钟替换应用程序。
  2. 是的。看看 DeskClock.git
  3. 是的。查看 Intent.CATEGORY_DESK_DOCK。如果您使用包含此类别的 intent-filter 创建活动,当手机插入坞站时,它将显示在可用应用程序列表(“选择器”)中。
  1. Very Likely. Look in Android Market; I'm sure there's a desktop clock replacement app there.
  2. Yes. look at DeskClock.git.
  3. Yes. look at Intent.CATEGORY_DESK_DOCK. If you create an activity with an intent-filter that contains this category it'll show up in the list of available apps (the 'chooser') when the phone is docked.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文