以编程方式在 Android 主屏幕中创建 URL 快捷方式
有谁有在 Android 设备主屏幕上创建 URL 快捷方式的示例代码吗?
我希望我的应用程序创建一些 URL 快捷方式。
Does anyone have example code for creating URL shortcut on the android device home screen ?
I want my app to create some shortcuts to URL.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果主屏幕已经满了你想做什么?
我认为用户应该参与其中有几个很好的理由。
此链接显示用户如何手动执行此操作:
http://androidforums.com/htc-desire/197568-internet-shortcuts.html
它包含另一个指向应用程序的链接,可让您制作自定义图标等。
http://www.folderorganizer.net/how-to/change-label- icon/
如果您为应用程序制作一个小部件,您可以通过编程方式更改小部件中显示的 URL 快捷方式;-)
What do you want to do if the home screen is already full?
I think there are several good reasons why the user should be involved.
This link shows how a user can do it manually:
http://androidforums.com/htc-desire/197568-internet-shortcuts.html
And it contains another link to an app that lets you make custom icons etc.
http://www.folderorganizer.net/how-to/change-label-icon/
If you make a widget for your app, you can programmatically change URL shortcuts that appear in your widget ;-)