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

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

Merge "Temporarily whitelist apps known to hit the wtf case"

parents ba9e399f 18280782
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -242,6 +242,12 @@ public class LauncherAppsService extends SystemService {
            try {
                UserInfo callingUserInfo = mUm.getUserInfo(callingUserId);
                if (callingUserInfo.isManagedProfile()) {

                    // STOPSHIP Remove the whitelist.
                    if ("com.google.android.talk".equals(callingPackage)
                            || "com.google.android.quicksearchbox".equals(callingPackage)) {
                        return false;
                    }
                    Slog.wtfStack(TAG, message + " by " + callingPackage + " for another profile "
                            + targetUserId + " from " + callingUserId);