Fix javadoc typo in ApplicationInfo

- FLAG_SYSTEM had a small typo

Test: Documentation only, not needed
Change-Id: Iaa27b7ccac6090658e5f893778997a6ce850b8b0
This commit is contained in:
Matthew Zavislak
2022-06-30 20:28:35 -07:00
parent b015109200
commit 63d4f7eb82

View File

@@ -168,7 +168,7 @@ public class ApplicationInfo extends PackageItemInfo implements Parcelable {
* signature checks} or
* <a href="https://developer.android.com/training/articles/security-tips#Permissions">permissions</a>.
*
* <p><b>Warning:</b> Note that does flag not behave the same as
* <p><b>Warning:</b> Note that this flag does not behave the same as
* {@link android.R.attr#protectionLevel android:protectionLevel} {@code system} or
* {@code signatureOrSystem}.
*/