Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用意图 con.android.launcher.action.UNINSTALL_SHORTCUT 删除快捷方式,但这似乎不再适用于 Android 4.0+。这是否已被弃用,如果是,有什么解决方法?
是的,它已被删除,因为它从来没有被官方 API 弃用不是正确的词 :) 到目前为止找不到解决方法。
如果您试图防止重复,这可能会起作用:
installer.putExtra("duplicate", false);
如果我发现其他任何东西,我会告诉你的。