Allow SettingsIntelligence to access SearchResultTrampoline

Bug: 64938328
Test: robotests
Change-Id: I89b0b8adf1e034f0fc57a3991fb56452a7210219
This commit is contained in:
Fan Zhang
2017-11-13 13:22:42 -08:00
parent 7020d97545
commit 439921345a
3 changed files with 24 additions and 14 deletions

View File

@@ -37,11 +37,6 @@ import java.util.concurrent.FutureTask;
*/
public interface SearchFeatureProvider {
/**
* @return true to use the new version of search
*/
boolean isEnabled(Context context);
/**
* Ensures the caller has necessary privilege to launch search result page.
*