From 6b923ca98876a6629c6b0b59230c1ab85478b6b3 Mon Sep 17 00:00:00 2001 From: Santos Cordon Date: Tue, 28 Jan 2014 01:24:50 -0800 Subject: Fix exported property on NotificationBroadcastReceiver. "exported" property was missing "android:" prefix and as a result was not being respected. bug:11367588 Change-Id: I2ec5b39bfb68e652d19d4b619889db9414f01109 --- AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d8cda6f7..861afa89 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -518,7 +518,7 @@ - + -- cgit v1.2.3