Correct protectionToString am: 379eb5c25f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12265005 Change-Id: Ib8e6dbe57d4e572f77ce8a9dbcc364ad6344ed1e
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user