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

Commit e8400147 authored by Robert Carr's avatar Robert Carr Committed by android-build-merger
Browse files

Merge "DO NOT MERGE Make stop complete notification call in to ActivityManager...

Merge "DO NOT MERGE Make stop complete notification call in to ActivityManager blocking." into pi-dev
am: b71d9509

Change-Id: Ifae20ab099be12674e643c1b6331ec689c286f28
parents ba7af625 b71d9509
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -121,7 +121,7 @@ interface IActivityManager {
    oneway void activityIdle(in IBinder token, in Configuration config,
            in boolean stopProfiling);
    void activityPaused(in IBinder token);
    oneway void activityStopped(in IBinder token, in Bundle state,
    void activityStopped(in IBinder token, in Bundle state,
            in PersistableBundle persistentState, in CharSequence description);
    String getCallingPackage(in IBinder token);
    ComponentName getCallingActivity(in IBinder token);