Roll back nav bar interface to version 2
Partial revert of If27641aedcd05ebc834c9dc0b38d18cd20ddae03 Test: make Change-Id: I47de1ca026028e16e6c4075e6be5b18a9746962c Fixes: 65055647
This commit is contained in:
@@ -27,7 +27,7 @@ public interface NavBarButtonProvider extends Plugin {
|
||||
|
||||
public static final String ACTION = "com.android.systemui.action.PLUGIN_NAV_BUTTON";
|
||||
|
||||
public static final int VERSION = 3;
|
||||
public static final int VERSION = 2;
|
||||
|
||||
/**
|
||||
* Returns a view in the nav bar. If the id is set "back", "home", "recent_apps", "menu",
|
||||
@@ -46,6 +46,9 @@ public interface NavBarButtonProvider extends Plugin {
|
||||
|
||||
void setVertical(boolean vertical);
|
||||
|
||||
default void setCarMode(boolean carMode) {
|
||||
}
|
||||
|
||||
void setDarkIntensity(float intensity);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user