最近将最新的4.4桌面导入了eclipse花了几个晚上,fix了一些报错。终于能运行了。
发现在4.4luancher上的单屏的代码有所改变。
找了下,更加方便了 在LauncherAppState里面,进行配置即可。
即可实现单层或者双层的切换。
public static boolean isDisableAllApps() {
// Returns false on non-dogfood builds.
return getInstance().mBuildInfo.isDogfoodBuild() &&
Launcher.isPropertyEnabled(Launcher.DISABLE_ALL_APPS_PROPERTY);
}
时间: 2024-10-10 04:24:50