Change to use new suggestion/condition UI.
Change to always use the new UI that combines the suggestion and conditions, and remove all codes relating to the old UI. Fix: 37645754 Fix: 62621808 Test: make RunSettingsRoboTests Merged-In: I3421a9e5182f6606843392d6fae8b9f07c5f2e46 Change-Id: I5ef169a563166520dad0ac44f6780da814e2f1f7
This commit is contained in:
@@ -206,11 +206,6 @@ public class DashboardFeatureProviderImpl implements DashboardFeatureProvider {
|
||||
launchIntentOrSelectProfile(activity, tile, intent, MetricsEvent.DASHBOARD_SUMMARY);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean combineSuggestionAndCondition() {
|
||||
return false;
|
||||
}
|
||||
|
||||
private void launchIntentOrSelectProfile(Activity activity, Tile tile, Intent intent,
|
||||
int sourceMetricCategory) {
|
||||
if (!isIntentResolvable(intent)) {
|
||||
|
||||
Reference in New Issue
Block a user