Merge "DO NOT MERGE Make stop complete notification call in to ActivityManager blocking." into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
b71d950932
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user