Add a "Do not show" checkbox in support disclaimer dialog.

Bug: 28762823
Change-Id: I8fe0a82efbb47c8b2f9e34480005fa108583b203
This commit is contained in:
Fan Zhang
2016-06-17 11:20:52 -07:00
parent 96e8845438
commit 0beb695999
4 changed files with 22 additions and 2 deletions

View File

@@ -58,6 +58,11 @@ public interface SupportFeatureProvider {
*/
boolean shouldShowDisclaimerDialog(Context context);
/**
* Sets whether or not a disclaimer dialog should be displayed.
*/
void setShouldShowDisclaimerDialog(Context context, boolean shouldShow);
/**
* Returns an {@link Account} that's eligible for support options.
*/