在 Android 中以编程方式删除所有主屏幕快捷方式
我想以编程方式删除 Android 中的所有主屏幕快捷方式。我已经编写了一个应用程序来创建自己的快捷方式来打开浏览器实例和浏览器实例。定向到特定的 URI 和仅以编程方式删除那些内容。以这种方式删除快捷方式时,我必须提供确切的名称和名称。每个快捷方式的 URI。
对于不是由我创建的现有快捷方式(例如浏览器、日历或任何其他应用程序默认在主屏幕上创建的快捷方式),如何实现相同的效果?
I want to delete all home screen shortcuts in Android programmatically. I have already written an app to create my own shortcuts for opening up a browser instance & directing to specific URI & delete only those programmatically. When deleting shortcuts this way, I have to provide the exact name & URI for each shortcut.
How can I achieve the same thing for existing shortcuts which were not created by me (like browser, calendar or any other app default created a shortcut on home screen)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
出于安全原因,这似乎是不应该的,也可能是不可能的。
This seems like something that shouldn't be and probably isn't possible for security reasons.