Merge "Fix NavGesture version"

This commit is contained in:
TreeHugger Robot
2017-03-02 21:03:09 +00:00
committed by Android (Google) Code Review

View File

@@ -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";