summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/accounts/AccountManagerService.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-11-11Delegate existence of account check to Authenticator.Jatin Lodhia
2013-10-14Package checks for resloving recovery tokens should be user sensitive.Carlos Valdivia
2013-10-03Avoid deadlock between mUsers and cacheLockAmith Yamasani
2013-10-01Fix issue #11005453: [SUW] G+ profile creation for new user brokenDianne Hackborn
2013-09-29Prevent authenticators from using Settings to launch arbitrary activities.Carlos Valdivia
2013-06-17Some system apps are more system than othersChristopher Tate
2013-05-23am 77049e13: am 60b4afed: Merge "Fix account filtering for specific package n...Amith Yamasani
2013-05-22Fix account filtering for specific package nameAmith Yamasani
2013-05-09am fb37bb67: am 73094fbc: Merge "Don\'t allow non-authorized apps to access a...Amith Yamasani
2013-05-08Don't allow non-authorized apps to access auth tokensAmith Yamasani
2013-05-02Start combining threads in system process.Dianne Hackborn
2013-04-19am ba567014: am e37c8f78: Merge "Improve API and documentation" into jb-mr2-devAmith Yamasani
2013-04-19Improve API and documentationAmith Yamasani
2013-04-10am 399a2977: am b3a98725: Merge "Show an error dialog when account type is re...Amith Yamasani
2013-04-10Show an error dialog when account type is requested on a limited userAmith Yamasani
2013-04-02am 4b808adc: am ed181586: Merge "Fixed a NPE in AccountManagerService" into j...Mita Yun
2013-04-02Fixed a NPE in AccountManagerServiceMita Yun
2013-03-31am 30cfaf7c: am 63fba8c1: Merge "Add new primary accounts to secondary limite...Amith Yamasani
2013-03-31Add new primary accounts to secondary limited usersAmith Yamasani
2013-03-30resolved conflicts for merge of 15935aad to masterAmith Yamasani
2013-03-30Block access to accounts for limited users.Amith Yamasani
2013-03-29am 98c762bf: am ce66fd74: Merge "AccountManager changes for profile seeding."...Jatin Lodhia
2013-03-29Merge "AccountManager changes for profile seeding." into jb-mr2-devJatin Lodhia
2013-03-28AccountManager changes for profile seeding.Jatin Lodhia
2013-03-28am 1438d67e: am e494a81f: Merge "Restricted account visibility" into jb-mr2-devAmith Yamasani
2013-03-28Merge "Restricted account visibility" into jb-mr2-devAmith Yamasani
2013-03-28am b3c060a1: am c92342bb: Merge "Add user restrictions for bluetooth, sideloa...Maggie Benthall
2013-03-27Restricted account visibilityAmith Yamasani
2013-03-27Add user restrictions for bluetooth, sideloading, usb file transferMaggie Benthall
2013-03-26am f3dc9f0a: am df5e9fe1: Merge "Device Owner, a special kind of device admin...Amith Yamasani
2013-03-26Device Owner, a special kind of device adminAmith Yamasani
2013-03-21resolved conflicts for merge of 99755cd3 to masterAmith Yamasani
2013-03-20Application restrictions APIAmith Yamasani
2013-03-06am 3eb3774f: am 67df64b3: Shared accounts and sharing of appsAmith Yamasani
2013-03-06Shared accounts and sharing of appsAmith Yamasani
2013-02-27Add permission check to AccountManagerService to allow keyguard access.Jim Miller
2013-02-08Starting point for User Restrictions APIAmith Yamasani
2013-01-16Rename bindService to bindServiceAsUser to follow convention.Amith Yamasani
2012-12-11Move lingering services to services.jar.Jeff Sharkey