diff options
| author | Hongming Jin <hongmingjin@google.com> | 2016-09-14 23:23:05 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2016-09-14 23:23:05 +0000 |
| commit | 57e38003e817b06f981644f98569ecc77288a776 (patch) | |
| tree | f769d9215f140052b0f95a98c2cb38e3829379fd /core/java/android | |
| parent | e0d523428f2bec18e2ae2bfb821b058803e697dc (diff) | |
| parent | 9342e137c68e9d31e61b774f7a6583ed5f8353f9 (diff) | |
Only return password for account session flow if the caller is signed with system key and have get_password permission.
am: 9342e137c6
Change-Id: I10134040a7596000e768433943979c9af790e582
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/accounts/AccountManager.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/java/android/accounts/AccountManager.java b/core/java/android/accounts/AccountManager.java index 5cf59bc4760d..ab34a241b6cc 100644 --- a/core/java/android/accounts/AccountManager.java +++ b/core/java/android/accounts/AccountManager.java @@ -2680,8 +2680,6 @@ public class AccountManager { * <ul> * <li>{@link #KEY_ACCOUNT_SESSION_BUNDLE} - encrypted Bundle for * adding the the to the device later. - * <li>{@link #KEY_PASSWORD} - optional, the password or password - * hash of the account. * <li>{@link #KEY_ACCOUNT_STATUS_TOKEN} - optional, token to check * status of the account * </ul> @@ -2769,8 +2767,6 @@ public class AccountManager { * <ul> * <li>{@link #KEY_ACCOUNT_SESSION_BUNDLE} - encrypted Bundle for * updating the local credentials on device later. - * <li>{@link #KEY_PASSWORD} - optional, the password or password - * hash of the account * <li>{@link #KEY_ACCOUNT_STATUS_TOKEN} - optional, token to check * status of the account * </ul> |
