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

Commit 53bed2c7 authored by Jackal Guo's avatar Jackal Guo Committed by Automerger Merge Worker
Browse files

Correct protectionToString am: 379eb5c2

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

Change-Id: Ib8e6dbe57d4e572f77ce8a9dbcc364ad6344ed1e
parents 09088dd3 379eb5c2
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";
        }