diff --git a/src/com/android/launcher3/LauncherAppState.java b/src/com/android/launcher3/LauncherAppState.java index dc275161d4..d07638a5c1 100644 --- a/src/com/android/launcher3/LauncherAppState.java +++ b/src/com/android/launcher3/LauncherAppState.java @@ -68,9 +68,6 @@ public class LauncherAppState { } private LauncherAppState(Context context) { - if (!UserManagerCompat.getInstance(context).isUserUnlocked(Process.myUserHandle())) { - throw new RuntimeException("LauncherAppState should not start in direct boot mode"); - } if (getLocalProvider(context) == null) { throw new RuntimeException( "Initializing LauncherAppState in the absence of LauncherProvider");