diff options
| author | 2018-02-16 09:54:09 +0000 | |
|---|---|---|
| committer | 2018-02-16 09:54:09 +0000 | |
| commit | 1cfc06a1e501f60f2573306f48d6fcff3f85c237 (patch) | |
| tree | 7623ef6de1ef28aef5f4563aa5d19b875725706e | |
| parent | c3f1898618578c1879e679860a8a90b723bc4262 (diff) | |
| parent | 827f231aeab9b18a8d3c2711d61a95e4d1964325 (diff) | |
Merge "Remove the OP_REQUEST_DELETE_PACKAGES op from the list of runtime permissions."
| -rw-r--r-- | core/java/android/app/AppOpsManager.java | 1 |
1 files changed, 0 insertions, 1 deletions
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, |