From a83d3eaf05dd7b29362aa7897628a67c4428eb65 Mon Sep 17 00:00:00 2001 From: Svet Ganov Date: Thu, 11 Jun 2015 18:34:28 -0700 Subject: [PATCH] Bump up the protection level of the CLEAR_APP_CACHE permission This permission guards only hidden and system APIs, hance it should be signatureOrSystem protection level. Change-Id: I8d2b75167c6887a285af0b494c39b4ffea2f0cbf --- core/res/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 521238bfc4688..2f18cf33d4d0c 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -1612,7 +1612,7 @@ + android:protectionLevel="signatureOrSystem" />