Prompt sign-in when there is no account for support options
Bug: 28141203 Bug: 28316343 Change-Id: Ie7f86955519504e5eed4af4c8406a353a3847995
This commit is contained in:
@@ -63,4 +63,13 @@ public interface SupportFeatureProvider {
|
||||
*/
|
||||
Intent getSupportIntent(Context context, Account account, @SupportType int type);
|
||||
|
||||
/**
|
||||
* Returns an {@link Intent} that opens help and allow user get help on sign in.
|
||||
*/
|
||||
Intent getSignInHelpIntent(Context context);
|
||||
|
||||
/**
|
||||
* Returns an intent that will start the add account UI.
|
||||
*/
|
||||
Intent getAccountLoginIntent();
|
||||
}
|
||||
|
Reference in New Issue
Block a user