summaryrefslogtreecommitdiff
path: root/core/java/android/accounts/Account.java
Commit message (Expand)AuthorAgeFilesLines
* Move accountname and typeName length check from Account.java to AccountManage...Aseem Kumar2022-08-191-7/+0
* Prevent apps from spamming addAccountExplicitly.Aseem Kumar2021-06-011-0/+7
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-2/+3
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+2
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-2/+3
* Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz2020-10-151-1/+1
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Check that Account Parcel has name and type.Dmitry Dementyev2019-04-081-0/+6
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Obfuscate account name in account manager logs and dumpsys.Hui Yu2018-09-101-1/+36
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-061-0/+3
* Use tokens instead of account access trackersSvet Ganov2016-09-231-11/+15
* While-list apps to access account if already saw itSvet Ganov2016-09-201-0/+47
* - changed removeAccount() to be handled by the AccountAuthenticator and to re...Fred Quintana2009-08-141-12/+12
* AI 145177: phase two of the AccountManagerFred Quintana2009-04-081-0/+7
* Automated import from //branches/master/...@142414,142414Fred Quintana2009-03-241-0/+77