OSDN Git Service

Propagating core settings to the system process.
authorSvetoslav Ganov <svetoslavganov@google.com>
Fri, 4 Mar 2011 02:17:41 +0000 (18:17 -0800)
committerSvetoslav Ganov <svetoslavganov@google.com>
Fri, 4 Mar 2011 02:20:43 +0000 (18:20 -0800)
commit9aa597e68b3fb30b079d627e1fcdea766e98ad26
tree331c05d3a5372bdd3ce89ab326929ec5f6085dbf
parent6e71c954faff34b78a2952436b4f48d84a8c20cd
Propagating core settings to the system process.

bug:3511123

Now the core settins are stored in the ActivityThread
instad in the AppBindData of the currently bound app.
Also the settings are pushed to the system process on
init.

Change-Id: I100bb7dc80d0d4548def22c328427bbef1694eb7
core/java/android/app/ActivityThread.java
services/java/com/android/server/am/CoreSettingsObserver.java