diff options
| author | 2022-07-06 18:02:24 +0000 | |
|---|---|---|
| committer | 2022-07-06 18:02:24 +0000 | |
| commit | 2df3ef5db3d95ca8e68de878800ab9a00fd020cc (patch) | |
| tree | f10188dcf6412e03fcaba13c0b59bed9a650e58c | |
| parent | 178f91656b9df6e37ff24fa3f6a765930752d829 (diff) | |
| parent | 63d4f7eb82e8cd192e877764ff109fbfe57d1b0a (diff) | |
Merge "Fix javadoc typo in ApplicationInfo"
| -rw-r--r-- | core/java/android/content/pm/ApplicationInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 * <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}. */ |