OSDN Git Service

Continuation of the unified account chooser flow.
authorFred Quintana <fredq@google.com>
Sat, 17 Sep 2011 04:17:21 +0000 (21:17 -0700)
committerFred Quintana <fredq@google.com>
Sat, 17 Sep 2011 05:55:08 +0000 (22:55 -0700)
commitb04fe4e82abb073b4e5d82563b0882cea0dcc139
tree4c7bc22caf7ca5b90bc05f70059d2415ba03b762
parent1afeea0f207f8b8b781f799f5d150b70495abb1a
Continuation of the unified account chooser flow.

 - made the UI match the spec
 - added ability to force the account chooser to appear
 - added ability to pass in a description that will override the stock one
 - added ability to pass in requiredFeatures for addAccount
 - added ability to pass in an authTokenType for addAccount

Bug: 5293377
Change-Id: I243c0fd6598c943b1f65753e1f5d3c86629f64f5
13 files changed:
api/14.txt
api/current.txt
core/java/android/accounts/AccountManager.java
core/java/android/accounts/ChooseAccountTypeActivity.java
core/java/android/accounts/ChooseTypeAndAccountActivity.java
core/res/AndroidManifest.xml
core/res/res/drawable-hdpi/ic_checkmark_holo_light.png [new file with mode: 0644]
core/res/res/drawable-mdpi/ic_checkmark_holo_light.png [new file with mode: 0644]
core/res/res/drawable-xhdpi/ic_checkmark_holo_light.png [new file with mode: 0644]
core/res/res/layout/choose_account_type.xml [new file with mode: 0644]
core/res/res/layout/choose_selected_account_row.xml [new file with mode: 0644]
core/res/res/layout/choose_type_and_account.xml
core/res/res/values/strings.xml