From d6cbabfa7737af8dbf8bbc3d152b86a3e8165192 Mon Sep 17 00:00:00 2001
From: Dianne Hackborn <>
Date: Thu, 9 Apr 2009 12:34:01 -0700
Subject: [PATCH] AI 145384: API review: these didn't specify a protection
level. I realized that the package parse is not requiring
android:protectionLevel on a permission, even though it was intended to do
that. As a result, some new permissions slipped by without specifying it.
Now they do. Also the mock providers is marked as dangerous, so the user
will be informed of it (normal apps should never request it). In the next
release we can fix this to always require the protection level. BUG=1780749
Automated import of CL 145384
---
core/res/AndroidManifest.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 3a70d9acc1e7c..9f6ebeded2ae6 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -203,12 +203,14 @@