From a4405ba6ea56cd1a13c45bf8e37f7b44f7d038b0 Mon Sep 17 00:00:00 2001 From: Nick Kralevich Date: Thu, 6 Dec 2012 15:22:11 -0800 Subject: Add new protected broadcasts According to the javadocs for these intents, they are all protected intents. It appears the original author forgot to add them to this file. Change-Id: I025061716d5707f10939019f2bc5bc3d4d23b04f --- core/res/AndroidManifest.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'core/res/AndroidManifest.xml') diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 316de50..9822e63 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -164,9 +164,10 @@ - - - + + + + -- cgit v1.1