Push full slice index to device index
Test: make RunSettingsRoboTests Bug: 74555610 Change-Id: I3f0aa1218e1d7e736dc918d83e76423fa81ac6ab
This commit is contained in:
@@ -17,6 +17,8 @@ package com.android.settings.search;
|
||||
import android.content.Context;
|
||||
import android.net.Uri;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class DeviceIndexFeatureProviderImpl implements DeviceIndexFeatureProvider {
|
||||
|
||||
@Override
|
||||
@@ -25,7 +27,8 @@ public class DeviceIndexFeatureProviderImpl implements DeviceIndexFeatureProvide
|
||||
}
|
||||
|
||||
@Override
|
||||
public void index(Context context, CharSequence title, Uri sliceUri, Uri launchUri) {
|
||||
public void index(Context context, CharSequence title, Uri sliceUri, Uri launchUri,
|
||||
List<String> keywords) {
|
||||
// Not enabled by default.
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user