From f1418ae65be77a0d0fac1b616cc9901f9bceffc7 Mon Sep 17 00:00:00 2001 From: Svet Ganov Date: Thu, 20 Aug 2015 06:57:31 -0700 Subject: Add missing removed permissions to the platform manifest We need to keep in the manifest as normal hidden permissions all removed dangerous ones to ensure backwards compatibility as apps may be gating operations based on whether they have a removed permission. bug:23377184 Change-Id: I105bd646c4594d85c501f53a10ea393ee50046bc --- core/res/AndroidManifest.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 629d14b341c3..99e55bfb414e 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -786,6 +786,46 @@ android:protectionLevel="normal" android:permissionFlags="hidden"/> + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3-59-g8ed1b