Support dialog disclaimer text now appears properly am: adc5555acf am: bbe0e8a30b

am: 1869973e12

Change-Id: I780f4b595fe276a3898237eb42d0852e7a7a5321
This commit is contained in:
Matthew Fritze
2016-09-30 17:02:27 +00:00
committed by android-build-merger
4 changed files with 10 additions and 5 deletions

View File

@@ -137,4 +137,9 @@ public interface SupportFeatureProvider {
* Returns an intent that will launch the tips and tricks UI.
*/
Intent getTipsAndTricksIntent(Context context);
/**
* Returns the string for the disclaimer in the Support dialog
*/
String getDisclaimerString();
}