android 5.1 如何去掉桌面抽屉,直接将所有应用显示在桌面

如题,如何在5.1上修改。

 public static boolean isDisableAllApps() {
     // Returns false on non-dogfood builds.
  • return getInstance().mBuildInfo.isDogfoodBuild() &&
  • Utilities.isPropertyEnabled(Launcher.DISABLE_ALL_APPS_PROPERTY);
  • /* return getInstance().mBuildInfo.isDogfoodBuild() &&
  • Utilities.isPropertyEnabled(Launcher.DISABLE_ALL_APPS_PROPERTY);*/
  • return true; }

如上修改会引起很多其他问题。请修改过的大神指导下如何修改。