Merge "Collapse/disable shade when hiding status bar window."
This commit is contained in:
committed by
Android (Google) Code Review
commit
32230ef4e6
@ -38,5 +38,6 @@ oneway interface IStatusBar
|
||||
void toggleRecentApps();
|
||||
void preloadRecentApps();
|
||||
void cancelPreloadRecentApps();
|
||||
void setWindowState(int window, int state);
|
||||
}
|
||||
|
||||
|
@ -51,4 +51,5 @@ interface IStatusBarService
|
||||
void toggleRecentApps();
|
||||
void preloadRecentApps();
|
||||
void cancelPreloadRecentApps();
|
||||
void setWindowState(int window, int state);
|
||||
}
|
||||
|
Reference in New Issue
Block a user