index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
accounts
/
AccountManagerService.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-11-11
Delegate existence of account check to Authenticator.
Jatin Lodhia
2013-10-14
Package checks for resloving recovery tokens should be user sensitive.
Carlos Valdivia
2013-10-03
Avoid deadlock between mUsers and cacheLock
Amith Yamasani
2013-10-01
Fix issue #11005453: [SUW] G+ profile creation for new user broken
Dianne Hackborn
2013-09-29
Prevent authenticators from using Settings to launch arbitrary activities.
Carlos Valdivia
2013-06-17
Some system apps are more system than others
Christopher Tate
2013-05-23
am 77049e13: am 60b4afed: Merge "Fix account filtering for specific package n...
Amith Yamasani
2013-05-22
Fix account filtering for specific package name
Amith Yamasani
2013-05-09
am fb37bb67: am 73094fbc: Merge "Don\'t allow non-authorized apps to access a...
Amith Yamasani
2013-05-08
Don't allow non-authorized apps to access auth tokens
Amith Yamasani
2013-05-02
Start combining threads in system process.
Dianne Hackborn
2013-04-19
am ba567014: am e37c8f78: Merge "Improve API and documentation" into jb-mr2-dev
Amith Yamasani
2013-04-19
Improve API and documentation
Amith Yamasani
2013-04-10
am 399a2977: am b3a98725: Merge "Show an error dialog when account type is re...
Amith Yamasani
2013-04-10
Show an error dialog when account type is requested on a limited user
Amith Yamasani
2013-04-02
am 4b808adc: am ed181586: Merge "Fixed a NPE in AccountManagerService" into j...
Mita Yun
2013-04-02
Fixed a NPE in AccountManagerService
Mita Yun
2013-03-31
am 30cfaf7c: am 63fba8c1: Merge "Add new primary accounts to secondary limite...
Amith Yamasani
2013-03-31
Add new primary accounts to secondary limited users
Amith Yamasani
2013-03-30
resolved conflicts for merge of 15935aad to master
Amith Yamasani
2013-03-30
Block access to accounts for limited users.
Amith Yamasani
2013-03-29
am 98c762bf: am ce66fd74: Merge "AccountManager changes for profile seeding."...
Jatin Lodhia
2013-03-29
Merge "AccountManager changes for profile seeding." into jb-mr2-dev
Jatin Lodhia
2013-03-28
AccountManager changes for profile seeding.
Jatin Lodhia
2013-03-28
am 1438d67e: am e494a81f: Merge "Restricted account visibility" into jb-mr2-dev
Amith Yamasani
2013-03-28
Merge "Restricted account visibility" into jb-mr2-dev
Amith Yamasani
2013-03-28
am b3c060a1: am c92342bb: Merge "Add user restrictions for bluetooth, sideloa...
Maggie Benthall
2013-03-27
Restricted account visibility
Amith Yamasani
2013-03-27
Add user restrictions for bluetooth, sideloading, usb file transfer
Maggie Benthall
2013-03-26
am f3dc9f0a: am df5e9fe1: Merge "Device Owner, a special kind of device admin...
Amith Yamasani
2013-03-26
Device Owner, a special kind of device admin
Amith Yamasani
2013-03-21
resolved conflicts for merge of 99755cd3 to master
Amith Yamasani
2013-03-20
Application restrictions API
Amith Yamasani
2013-03-06
am 3eb3774f: am 67df64b3: Shared accounts and sharing of apps
Amith Yamasani
2013-03-06
Shared accounts and sharing of apps
Amith Yamasani
2013-02-27
Add permission check to AccountManagerService to allow keyguard access.
Jim Miller
2013-02-08
Starting point for User Restrictions API
Amith Yamasani
2013-01-16
Rename bindService to bindServiceAsUser to follow convention.
Amith Yamasani
2012-12-11
Move lingering services to services.jar.
Jeff Sharkey