Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6893cb04 authored by Jackal Guo's avatar Jackal Guo Committed by Automerger Merge Worker
Browse files

Correct protectionToString am: 379eb5c2 am: 53bed2c7

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12265005

Change-Id: If7ff60e57fc63180b1f4c1ef0505b2c902be8650
parents ba9aa9c3 53bed2c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -525,6 +525,9 @@ public class PermissionInfo extends PackageItemInfo implements Parcelable {
        if ((level & PermissionInfo.PROTECTION_FLAG_APP_PREDICTOR) != 0) {
            protLevel += "|appPredictor";
        }
        if ((level & PermissionInfo.PROTECTION_FLAG_COMPANION) != 0) {
            protLevel += "|companion";
        }
        if ((level & PermissionInfo.PROTECTION_FLAG_RETAIL_DEMO) != 0) {
            protLevel += "|retailDemo";
        }