From 9512953c66d66d08c58c93cce0def30be6856b79 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 12 Jun 2013 14:18:07 -0700 Subject: Move Keyguard to the systemui process. This should save some memory on devices with limited amounts of RAM by allowing it to share the graphics context with systemui. Initially, adding this to the systemui process triggered a bug where the shared process id didn't exist in the table yet. The change to ActiveServices tries to work around this by explicitly adding the package in attachApplicationLocked(). Change-Id: I9e97d5d69ddd15d7f16aca83a57bdf381811a13b --- packages/Keyguard/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/Keyguard/AndroidManifest.xml b/packages/Keyguard/AndroidManifest.xml index 7a40a9e..7d77c48 100644 --- a/packages/Keyguard/AndroidManifest.xml +++ b/packages/Keyguard/AndroidManifest.xml @@ -39,7 +39,7 @@