Re-add isSuggestionEnabled check

It was accidentally removed previously

Test: robotest
Change-Id: I5b7707e746d6b825d835a007727b29c9a81a7fc1
This commit is contained in:
Fan Zhang
2018-01-30 15:38:48 -08:00
parent 4b1f25ada4
commit 0ec6b02fe4
6 changed files with 46 additions and 12 deletions

View File

@@ -34,7 +34,7 @@ public interface SuggestionFeatureProvider {
/**
* Whether or not the whole suggestion feature is enabled.
*/
boolean isSuggestionV2Enabled(Context context);
boolean isSuggestionEnabled(Context context);
/**
* Returns the component name for SuggestionService.