Skip to content

Android如何动态更换桌面图标(巨坑)

shewenbiao edited this page Oct 10, 2019 · 4 revisions

参考References 1activity-alias方式,经实践在9.0手机上,应用不会出现在recent列表里,目前测试的9.0手机有华为mate20, google nexus手机

解决方法: 采用activity方式,具体实现可以参考AppLocker项目.另外需要注意的是这几个activity不能加上 android:excludeFromRecents="true"属性,否则会导致应用不会出现在recents列表里

References

  1. https://blog.csdn.net/pangjl1982/article/details/83308512
Clone this wiki locally