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

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

Merge "Make stop complete notification call in to ActivityManager blocking."

parents f67299cf 6827f72f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ interface IActivityTaskManager {
            in boolean stopProfiling);
    void activityResumed(in IBinder token);
    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);
    oneway void activityDestroyed(in IBinder token);
    void activityRelaunched(in IBinder token);