From 63d4f7eb82e8cd192e877764ff109fbfe57d1b0a Mon Sep 17 00:00:00 2001 From: Matthew Zavislak Date: Thu, 30 Jun 2022 20:28:35 -0700 Subject: Fix javadoc typo in ApplicationInfo - FLAG_SYSTEM had a small typo Test: Documentation only, not needed Change-Id: Iaa27b7ccac6090658e5f893778997a6ce850b8b0 --- core/java/android/content/pm/ApplicationInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/pm/ApplicationInfo.java b/core/java/android/content/pm/ApplicationInfo.java index a411eeef969b..61325bc6e52d 100644 --- a/core/java/android/content/pm/ApplicationInfo.java +++ b/core/java/android/content/pm/ApplicationInfo.java @@ -168,7 +168,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable { * signature checks} or * permissions. * - *

Warning: Note that does flag not behave the same as + *

Warning: Note that this flag does not behave the same as * {@link android.R.attr#protectionLevel android:protectionLevel} {@code system} or * {@code signatureOrSystem}. */ -- cgit v1.2.3-59-g8ed1b