Loading core/java/android/accounts/AccountManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1853,7 +1853,7 @@ public class AccountManager { * <p> * <p> * The most common case is to call this with one account type, e.g.: * The most common case is to call this with one account type, e.g.: * <p> * <p> * <pre> newChooseAccountsIntent(null, null, new String[]{"com.google"}, false, null, * <pre> newChooseAccountIntent(null, null, new String[]{"com.google"}, false, null, * null, null, null);</pre> * null, null, null);</pre> * @param selectedAccount if specified, indicates that the {@link Account} is the currently * @param selectedAccount if specified, indicates that the {@link Account} is the currently * selected one, according to the caller's definition of selected. * selected one, according to the caller's definition of selected. Loading Loading
core/java/android/accounts/AccountManager.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1853,7 +1853,7 @@ public class AccountManager { * <p> * <p> * The most common case is to call this with one account type, e.g.: * The most common case is to call this with one account type, e.g.: * <p> * <p> * <pre> newChooseAccountsIntent(null, null, new String[]{"com.google"}, false, null, * <pre> newChooseAccountIntent(null, null, new String[]{"com.google"}, false, null, * null, null, null);</pre> * null, null, null);</pre> * @param selectedAccount if specified, indicates that the {@link Account} is the currently * @param selectedAccount if specified, indicates that the {@link Account} is the currently * selected one, according to the caller's definition of selected. * selected one, according to the caller's definition of selected. Loading