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

Commit 2e98076c authored by Dianne Hackborn's avatar Dianne Hackborn Committed by android-build-merger
Browse files

Merge "Work on issue #36869295: com.qti.qualcomm.datastatusnotification..."...

Merge "Work on issue #36869295: com.qti.qualcomm.datastatusnotification..." into oc-dev am: 36de3764
am: 6011f7c7

Change-Id: Ife404d071ef62973dd60db4ec687554293f7e219
parents 1c4ed79d 6011f7c7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -371,7 +371,8 @@ public final class ActiveServices {
                    }
                    // This app knows it is in the new model where this operation is not
                    // allowed, so tell it what has happened.
                    return new ComponentName("?", "app is in background");
                    UidRecord uidRec = mAm.mActiveUids.get(r.appInfo.uid);
                    return new ComponentName("?", "app is in background uid " + uidRec);
                }
            } finally {
                Binder.restoreCallingIdentity(token);