Merge "Clean up surfaces when app is resumed without being stopped." into nyc-mr1-dev

This commit is contained in:
Chong Zhang
2016-07-22 17:07:44 +00:00
committed by Android (Google) Code Review
5 changed files with 77 additions and 22 deletions

View File

@@ -173,7 +173,8 @@ interface IWindowManager
in CompatibilityInfo compatInfo, CharSequence nonLocalizedLabel, int labelRes,
int icon, int logo, int windowFlags, IBinder transferFrom, boolean createIfNeeded);
void setAppVisibility(IBinder token, boolean visible);
void notifyAppStopped(IBinder token, boolean stopped);
void notifyAppResumed(IBinder token, boolean wasStopped);
void notifyAppStopped(IBinder token);
void startAppFreezingScreen(IBinder token, int configChanges);
void stopAppFreezingScreen(IBinder token, boolean force);
void removeAppToken(IBinder token);