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

Commit e0d866d3 authored by BK Choi's avatar BK Choi Committed by Android (Google) Code Review
Browse files

Merge "Fix CtsWindowManagerDeviceActivity:UnsupportedErrorDialogTests for the...

Merge "Fix CtsWindowManagerDeviceActivity:UnsupportedErrorDialogTests for the visible background user" into main
parents 5157ace5 e8bdb8ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1050,7 +1050,7 @@ class AppErrors {
                        mContext.getContentResolver(),
                        Settings.Secure.SHOW_FIRST_CRASH_DIALOG_DEV_OPTION,
                        0,
                        mService.mUserController.getCurrentUserId()) != 0;
                        visibleUserId) != 0;
                final String packageName = proc.info.packageName;
                final boolean crashSilenced = mAppsNotReportingCrashes != null
                        && mAppsNotReportingCrashes.contains(proc.info.packageName);