Merge "Fix NavGesture version"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ecf3c76cc2
@@ -19,7 +19,7 @@ import android.view.MotionEvent;
|
||||
import com.android.systemui.plugins.Plugin;
|
||||
import com.android.systemui.plugins.annotations.ProvidesInterface;
|
||||
|
||||
@ProvidesInterface(action = NavGesture.ACTION, version = NavBarButtonProvider.VERSION)
|
||||
@ProvidesInterface(action = NavGesture.ACTION, version = NavGesture.VERSION)
|
||||
public interface NavGesture extends Plugin {
|
||||
|
||||
public static final String ACTION = "com.android.systemui.action.PLUGIN_NAV_GESTURE";
|
||||
|
||||
Reference in New Issue
Block a user