Fix NavGesture version

Test: make
Change-Id: Ib9925ac5f01d0d08ef7f37222f0e78321753b464
This commit is contained in:
Jason Monk
2017-03-02 14:33:47 -05:00
parent 00a5f2a658
commit 4eb01a20c4

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