Loading libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/desktopmode/DesktopModeStatus.java +3 −0 Original line number Diff line number Diff line Loading @@ -278,6 +278,9 @@ public class DesktopModeStatus { if (!canEnterDesktopMode(context)) { return false; } if (!enforceDeviceRestrictions()) { return true; } if (display.getType() == Display.TYPE_INTERNAL) { return canInternalDisplayHostDesktops(context); } Loading Loading
libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/desktopmode/DesktopModeStatus.java +3 −0 Original line number Diff line number Diff line Loading @@ -278,6 +278,9 @@ public class DesktopModeStatus { if (!canEnterDesktopMode(context)) { return false; } if (!enforceDeviceRestrictions()) { return true; } if (display.getType() == Display.TYPE_INTERNAL) { return canInternalDisplayHostDesktops(context); } Loading