From 827f231aeab9b18a8d3c2711d61a95e4d1964325 Mon Sep 17 00:00:00 2001 From: Peter Visontay Date: Fri, 26 Jan 2018 14:40:19 +0000 Subject: [PATCH] Remove the OP_REQUEST_DELETE_PACKAGES op from the list of runtime permissions. 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/core/java/android/app/AppOpsManager.java b/core/java/android/app/AppOpsManager.java index 4c9fb74c9c80..1026550b9b6b 100644 --- a/core/java/android/app/AppOpsManager.java +++ b/core/java/android/app/AppOpsManager.java @@ -543,7 +543,6 @@ public class AppOpsManager { OP_CAMERA, // Body sensors OP_BODY_SENSORS, - OP_REQUEST_DELETE_PACKAGES, // APPOP PERMISSIONS OP_ACCESS_NOTIFICATIONS, -- 2.11.0