Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaa79085 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents aec9fb24 a6b9102e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;