Merge "visibility ("lights out") API." into honeycomb
This commit is contained in:
@ -45,5 +45,5 @@ interface IStatusBarService
|
||||
int uid, int initialPid, String message);
|
||||
void onClearAllNotifications();
|
||||
void onNotificationClear(String pkg, String tag, int id);
|
||||
void setLightsOn(boolean on);
|
||||
void setSystemUiVisibility(int vis);
|
||||
}
|
||||
|
@ -73,6 +73,9 @@ public class BaseIWindow extends IWindow.Stub {
|
||||
public void dispatchDragEvent(DragEvent event) {
|
||||
}
|
||||
|
||||
public void dispatchSystemUiVisibilityChanged(int visibility) {
|
||||
}
|
||||
|
||||
public void dispatchWallpaperCommand(String action, int x, int y,
|
||||
int z, Bundle extras, boolean sync) {
|
||||
if (sync) {
|
||||
|
Reference in New Issue
Block a user