From f2e39f2ee4f07cfff3915a17b1a394c99e5e7f44 Mon Sep 17 00:00:00 2001 From: Alexandra Gherghina Date: Mon, 18 Aug 2014 13:16:17 +0100 Subject: Switch to listening for USER_INITIALIZE broadcast in the Settings app. The PRE_BOOT_COMPLETED broadcast is no longer sent when creating a new profile. Also, we no longer listen to BOOT_COMPLETED as that adds too much overload. Bug: 17102460 Change-Id: I05eb56c7a05748e8a91b9717966c20ac586d90ef --- AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 27738c3..af5af30 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -97,8 +97,7 @@ - - + -- cgit v1.1