如何像在主屏幕上长按一样调用快捷菜单

发布于 2024-11-10 12:11:50 字数 95 浏览 6 评论 0原文

我正在努力弄清楚如何调出快捷方式分配菜单(长按主屏幕启动器时获得的菜单)。我似乎找不到任何关于此的内容,需要为两个应用程序创建快捷方式并且能够执行以下操作直接拨号和保存的导航。

Im tyring to figure out how to bring up the shortcut assign menu (the menu you get when you long press the screen for the Home launcher. I cant seem to find anything on this and need to make shortcuts for both applications and be able to do direct dial and saved navigations.

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

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

发布评论

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

评论(2

木格 2024-11-17 12:11:50

它称为上下文菜单。 请参阅此处了解如何将 ContextMenu 添加到您的应用程序。不确定这是否是您正在寻找的。

It's called a ContextMenu. See here for how to add ContextMenu to your applications. Not sure if this is what you're looking for though.

万水千山粽是情ミ 2024-11-17 12:11:50

要将快捷方式添加到 Android 主屏幕,您可以使用提供的一些代码 此处

我不知道如何为 Dailer 或 Google 地图执行此操作,但是 这里是一个示例,说明如何为浏览器执行此操作。它可能对你有帮助。

To add a Shortcut to the Androids home-screen, you can use some of the code provided here.

I'm not sure how to do this for the Dailer or Google Maps, but here is an example of how to do it for the Browser. It might help you.

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