Merge "Clean up surfaces when app is resumed without being stopped." into nyc-mr1-dev
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user