From f4ece2086f3b7060edc4b93a12f04c9af648867a Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 14 Sep 2010 16:19:31 -0700 Subject: [PATCH] Mark MODIFY_PHONE_STATE permission as signatureOrSystem This permission isn't needed right now, since there aren't actually any public APIs that require it. (There are a few calls in the ITelephony interface that do, but they're all hidden.) Since there's no good reason for 3rd party apps to declare it, let's mark it signatureOrSystem for now. We can bring it back -- and probably split it apart into multiple finer-grained permissions -- once we finally expose full telephony APIs to 3rd party apps (see bug 1043005). Bug: 2989096 Change-Id: Idf898d5e12d648a959f622cd815e75597195aa82 --- 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 9b9b4be185611..a543816e3dc8f 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -469,7 +469,7 @@ Does not include placing calls. -->