Re-add isSuggestionEnabled check
It was accidentally removed previously Test: robotest Change-Id: I5b7707e746d6b825d835a007727b29c9a81a7fc1
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user