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

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

Merge "More whitelisting"

parents da42f4aa f68b2661
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -245,9 +245,12 @@ public class LauncherAppsService extends SystemService {

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