Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dba83f12 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Yell when no home app was found." into nyc-dev

parents 58266636 65790f21
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3789,6 +3789,8 @@ public final class ActivityManagerService extends ActivityManagerNative
                intent.setFlags(intent.getFlags() | Intent.FLAG_ACTIVITY_NEW_TASK);
                mActivityStarter.startHomeActivityLocked(intent, aInfo, reason);
            }
        } else {
            Slog.wtf(TAG, "No home screen found for " + intent, new Throwable());
        }
        return true;