Add list item to open tips & tricks.

Added to the more help list for now.

BUG: 28654701
Change-Id: Ia020c3ffb5ab42cb82ffa75834fa45d20f2a1e72
This commit is contained in:
Andrew Sapperstein
2016-05-10 11:23:13 -07:00
parent 02e8a0d477
commit 49db9c38b5
4 changed files with 44 additions and 0 deletions

View File

@@ -80,4 +80,9 @@ public interface SupportFeatureProvider {
* Returns an intent that will start the add account UI.
*/
Intent getAccountLoginIntent();
/**
* Returns an intent that will launch the tips and tricks UI.
*/
Intent getTipsAndTricksIntent(Context context);
}