如何像在主屏幕上长按一样调用快捷菜单
我正在努力弄清楚如何调出快捷方式分配菜单(长按主屏幕启动器时获得的菜单)。我似乎找不到任何关于此的内容,需要为两个应用程序创建快捷方式并且能够执行以下操作直接拨号和保存的导航。
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它称为上下文菜单。 请参阅此处了解如何将 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.
要将快捷方式添加到 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.