summaryrefslogtreecommitdiff
path: root/core/java/android/accounts/AccountManager.java
Commit message (Expand)AuthorAgeFilesLines
* AccountManager APIs use context.getUserId for "asUser" operationsValentin Iftime2019-12-191-44/+32
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Remove hidden shared account methods from AccountManager.javaDmitry Dementyev2019-12-171-29/+0
* docs: Added consent notice re. getAccounts()Kevin Hufnagle2019-10-211-0/+31
* Limit access to suspected false positives.Mathew Inwood2018-12-281-6/+6
* Document AccountManager method failures for locked user.Dmitry Dementyev2018-10-301-13/+8
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-061-0/+12
* Pass in the user defined by Context.Jeff Sharkey2018-02-031-3/+3
* Add more IntDef prefixes for auto-documenting.Jeff Sharkey2017-12-131-2/+7
* Merge "Fix AddAccountSettings memory leak" am: 104501fa29 am: c17b4e5a14Fyodor Kupolov2017-09-191-0/+4
|\
| * Fix AddAccountSettings memory leaktiansiming2017-09-111-0/+4
* | Fix broken javadocs.Jeff Sharkey2017-08-061-6/+6
* | Improve documentation for custome token.sunjian2017-07-141-2/+5
|/
* Merge "Fix visibility issue in AccountManager.getAuthTokenByFeatures." into o...Jian Sun2017-06-061-61/+28
|\
| * Fix visibility issue in AccountManager.getAuthTokenByFeatures.sunjian2017-06-051-61/+28
* | Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-0/+3
|/
* Update AccountManager visibility JavaDoc.Dmitry Dementyev2017-05-031-17/+31
* Use invalid package names for special keys in AccountManager.Dmitry Dementyev2017-04-271-2/+2
* Update PACKAGE_REMOVED broadcast.Dmitry Dementyev2017-04-241-1/+7
* Add ACTION_ACCOUNT_REMOVED to Account Manager.Dmitry Dementyev2017-04-131-0/+9
* Make visible only accounts for which authenticator supports contacts operationsDmitry Dementyev2017-04-071-5/+13
* Update AccountManager JavaDoc.Dmitry Dementyev2017-03-221-14/+14
* Implement runtime account update notifications.Dmitry Dementyev2017-03-211-12/+42
* Create new BroadcastBehavior annotation.Jeff Sharkey2017-03-081-0/+5
* Update AccountManager getAccountVisibility method to better handle default ca...Dmitry Dementyev2017-02-161-3/+10
* Use correct packageName for checking if it belongs to callingUid.Sudheer Shanka2017-02-141-1/+1
* Update Account Discovery API.Dmitry Dementyev2017-02-021-36/+50
* Implement Account Discovery API.Dmitry Dementyev2017-01-251-7/+36
* Update Account Manager to use latest version of account discovery API.Dmitry Dementyev2017-01-131-190/+45
* Revert "Implement Account Discovery API."Dmitry Dementyev2017-01-091-5/+4
* Implement Account Discovery API.Dmitry Dementyev2017-01-061-4/+5
* Update account visibility API.Dmitry Dementyev2016-12-201-207/+457
* Update stringsSvet Ganov2016-09-241-3/+3
* Use tokens instead of account access trackersSvet Ganov2016-09-231-11/+7
* While-list apps to access account if already saw itSvet Ganov2016-09-201-10/+26
* resolve merge conflicts of eeeebd3 to masterSvet Ganov2016-08-241-0/+56
|\
| * Only sync adapters with access can see an account - framework am: 5cb2973495Svetoslav Ganov2016-08-241-0/+56
| |\
| | * Only sync adapters with access can see an account - frameworkSvetoslav Ganov2016-08-231-0/+56
* | | Only return password for account session flow if the caller is signedHongming Jin2016-08-231-4/+0
* | | Account Manager Push APITejas Khorana2016-08-021-0/+109
* | | AccountManager: Make account session APIs public api.Hongming Jin2016-06-271-12/+2
|/ /
* | Merge "introduce GET_PASSWORD_PRIVILEDGED permission." into nyc-devCarlos Valdivia2016-04-011-1/+10
|\|
| * introduce GET_PASSWORD_PRIVILEDGED permission.Carlos Valdivia2016-04-011-1/+10
* | Merge "Revert "Permissions: Get rid of GET_ACCOUNTS"" into nyc-devIan Pedowitz2016-03-151-60/+63
|\|
| * Revert "Permissions: Get rid of GET_ACCOUNTS"Ian Pedowitz2016-03-151-60/+63
* | Merge "Permissions: Get rid of GET_ACCOUNTS" into nyc-devCarlos Valdivia2016-03-151-63/+60
|\|
| * Permissions: Get rid of GET_ACCOUNTSCarlos Valdivia2016-03-131-63/+60
* | Merge "When system server goes down, crash apps more." into nyc-devJeff Sharkey2016-02-281-47/+25
|\|
| * When system server goes down, crash apps more.Jeff Sharkey2016-02-271-47/+25
* | Merge "onAccountsUpdated shouldn\'t be called back after listener unregistered"Amith Yamasani2016-02-121-6/+10
|\ \ | |/ |/|