OSDN Git Service

Remove the OP_REQUEST_DELETE_PACKAGES op from the list of runtime permissions.
authorPeter Visontay <pvisontay@google.com>
Fri, 26 Jan 2018 14:40:19 +0000 (14:40 +0000)
committerPeter Visontay <pvisontay@google.com>
Thu, 15 Feb 2018 17:48:16 +0000 (17:48 +0000)
It was added to that list by mistake.

Bug: 63907873
Test: CtsPermissionTestCases:AppOpsTest
Test: built the platform
Change-Id: I30448bfe5a0816303c9900bd120b1db57f78bc54

core/java/android/app/AppOpsManager.java

index 4c9fb74..1026550 100644 (file)
@@ -543,7 +543,6 @@ public class AppOpsManager {
             OP_CAMERA,
             // Body sensors
             OP_BODY_SENSORS,
-            OP_REQUEST_DELETE_PACKAGES,
 
             // APPOP PERMISSIONS
             OP_ACCESS_NOTIFICATIONS,