Remove unnecessary functions from AssistGestureFeatureProvider

Fixes: 62945918

Test: make -j RunSettingsRoboTests && manual
Change-Id: I13438e6741a3398d06917b45f098c13df7dff97e
This commit is contained in:
Kevin Chyn
2017-06-24 14:16:47 -07:00
parent 68fcefed1e
commit 59f901861b
4 changed files with 1 additions and 12 deletions

View File

@@ -37,11 +37,6 @@ public class AssistGestureFeatureProviderImpl implements AssistGestureFeaturePro
return false;
}
@Override
public int getPreferenceResourceId() {
return R.xml.assist_gesture_settings;
}
@Override
public List<AbstractPreferenceController> getControllers(Context context, Lifecycle lifecycle) {
return new ArrayList<>();