Specify package name when launching search UI

Test: robotests
Change-Id: Ib8cc2aa1a6d4de82b32cbe3da8473bb61cf0c530
This commit is contained in:
Fan Zhang
2018-01-17 15:57:34 -08:00
parent 7a6726ecda
commit 60e707df87
3 changed files with 10 additions and 14 deletions

View File

@@ -101,10 +101,6 @@ public class SearchFeatureProviderImpl implements SearchFeatureProvider {
return false;
}
protected String getSettingsIntelligencePkgName() {
return "com.android.settings.intelligence";
}
/**
* A generic method to make the query suitable for searching the database.
*