Merge \"Remove forum link from support tab.\" into nyc-mr1-dev

am: 1c6674dbb2

Change-Id: I35349cfef2f68057dbd80ea04a8851f5fc54860a
This commit is contained in:
Fan Zhang
2016-06-15 16:17:20 +00:00
committed by android-build-merger
4 changed files with 0 additions and 43 deletions

View File

@@ -181,11 +181,6 @@ public final class SupportItemAdapter extends RecyclerView.Adapter<SupportItemAd
}
private void addMoreHelpItems() {
mSupportData.add(new SupportData.Builder(TYPE_SUPPORT_TILE)
.setIcon(R.drawable.ic_forum_24dp)
.setText1(R.string.support_forum_title)
.setIntent(mSupportFeatureProvider.getForumIntent())
.build());
mSupportData.add(new SupportData.Builder(TYPE_SUPPORT_TILE)
.setIcon(R.drawable.ic_lightbulb_outline_24)
.setText1(R.string.support_tips_and_tricks_title)

View File

@@ -38,11 +38,6 @@ public interface SupportFeatureProvider {
int CHAT = 3;
}
/**
* Returns a intent that will open help forum.
*/
Intent getForumIntent();
/**
* Returns a intent that will open help & feedback.
*/