diff options
| author | 2010-08-11 15:25:42 -0700 | |
|---|---|---|
| committer | 2010-08-11 15:25:42 -0700 | |
| commit | ed6075943fcff12dca041bd38c3313da68faa73f (patch) | |
| tree | ebfb320f999a3cdd309230019e4a69450b917887 | |
| parent | 6416d5d79299e14204f41bdd9eb1a752315c68b2 (diff) | |
| parent | 2d8b9fe0f9fe44c17ccc4d041f726df490548984 (diff) | |
am 2d8b9fe0: am bd1c082c: Merge "New system property "sys.boot_completed" set to 1 when boot completed." into gingerbread
Merge commit '2d8b9fe0f9fe44c17ccc4d041f726df490548984'
* commit '2d8b9fe0f9fe44c17ccc4d041f726df490548984':
New system property "sys.boot_completed" set to 1 when boot completed.
| -rw-r--r-- | services/java/com/android/server/am/ActivityManagerService.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/java/com/android/server/am/ActivityManagerService.java b/services/java/com/android/server/am/ActivityManagerService.java index a32cd4c2b374..df930ad445e6 100644 --- a/services/java/com/android/server/am/ActivityManagerService.java +++ b/services/java/com/android/server/am/ActivityManagerService.java @@ -3578,6 +3578,7 @@ public final class ActivityManagerService extends ActivityManagerNative implemen if (mFactoryTest != SystemServer.FACTORY_TEST_LOW_LEVEL) { // Tell anyone interested that we are done booting! + SystemProperties.set("sys.boot_completed", "1"); broadcastIntentLocked(null, null, new Intent(Intent.ACTION_BOOT_COMPLETED, null), null, null, 0, null, null, |