version:4.9

fix:
update:监听home键
This commit is contained in:
2022-10-26 09:31:54 +08:00
parent eefc1c8def
commit 18cca13839
3 changed files with 150 additions and 8 deletions

View File

@@ -212,11 +212,11 @@ public class ApkUtils {
for (ApplicationInfo applicationInfo : infoHashMap.values()) {
desktopIcons.add(DesktopIcon.creatDesktopIcon(context, applicationInfo));
}
DesktopIcon exitIcon = new DesktopIcon();
exitIcon.setIcon(context.getDrawable(R.drawable.exit_icon));
exitIcon.setLable("切换系统");
exitIcon.setPackageName("aios.exit");
desktopIcons.add(exitIcon);
// DesktopIcon exitIcon = new DesktopIcon();
// exitIcon.setIcon(context.getDrawable(R.drawable.exit_icon));
// exitIcon.setLable("切换系统");
// exitIcon.setPackageName("aios.exit");
// desktopIcons.add(exitIcon);
return desktopIcons;
}