Fix NavGesture version
Test: make Change-Id: Ib9925ac5f01d0d08ef7f37222f0e78321753b464
This commit is contained in:
@@ -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