OSDN Git Service

Introduced UserController for multi-user functionality
authorFyodor Kupolov <fkupolov@google.com>
Tue, 20 Oct 2015 01:44:07 +0000 (18:44 -0700)
committerFyodor Kupolov <fkupolov@google.com>
Fri, 23 Oct 2015 23:47:09 +0000 (16:47 -0700)
commit610acda80a02317080ebaed79b0c1ce26835b8f9
treefa92d0e54b3acd77adf9f25777d1b7f894caa031
parente51ba45c8291186b2237ddb95c0f6f05355e9d52
Introduced UserController for multi-user functionality

The new helper class encapsulates user life-cycle management, provided by
ActivityManagerService.

Bug: 24745840
Change-Id: I8ebfa38febc4090390d1c45a9fc47398e52693ae
services/core/java/com/android/server/am/ActiveServices.java
services/core/java/com/android/server/am/ActivityManagerService.java
services/core/java/com/android/server/am/ActivityStack.java
services/core/java/com/android/server/am/ActivityStackSupervisor.java
services/core/java/com/android/server/am/PendingIntentRecord.java
services/core/java/com/android/server/am/UserController.java [new file with mode: 0644]