From 219da992ad3e5f538a0719e693e76eff1b6af772 Mon Sep 17 00:00:00 2001 From: Jing Ji Date: Thu, 9 Jul 2020 09:33:10 -0700 Subject: [PATCH] Fix javadoc error in ApplicationExitInfo#getDefiningUid() Bug: 160875447 Test: m -j offline-sdk-docs & manual verify the javadoc Change-Id: Iae09584b42990092166be3c9a2bb792fa2d0abef --- core/java/android/app/ApplicationExitInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/ApplicationExitInfo.java b/core/java/android/app/ApplicationExitInfo.java index cfe0aff05d4ab..e7b3e14bfda72 100644 --- a/core/java/android/app/ApplicationExitInfo.java +++ b/core/java/android/app/ApplicationExitInfo.java @@ -502,7 +502,7 @@ public final class ApplicationExitInfo implements Parcelable { * Return the defining kernel user identifier, maybe different from {@link #getRealUid} and * {@link #getPackageUid}, if an external service has the * {@link android.R.styleable#AndroidManifestService_useAppZygote android:useAppZygote} set - * to true and was bound with the flag + * to true and was bound with the flag * {@link android.content.Context#BIND_EXTERNAL_SERVICE} - in this case, this field here will * be the kernel user identifier of the external service provider. */