Merge "Don't index icon for support setting."

This commit is contained in:
TreeHugger Robot
2018-09-20 02:18:34 +00:00
committed by Android (Google) Code Review

View File

@@ -68,7 +68,6 @@ public class SupportDashboardActivity extends Activity implements Indexable {
data.title = context.getString(R.string.page_tab_title_support);
data.screenTitle = context.getString(R.string.settings_label);
data.summaryOn = context.getString(R.string.support_summary);
data.iconResId = R.drawable.ic_homepage_support;
data.intentTargetPackage = context.getPackageName();
data.intentTargetClass = SupportDashboardActivity.class.getName();
data.intentAction = Intent.ACTION_MAIN;