Merge "Fix javadoc error in ApplicationExitInfo#getDefiningUid()" into rvc-dev am: 42ef19d57c am: 207e715943 am: b3342aba8b am: 4ac3593c9c

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12118644

Change-Id: Ie3b5b7a19f1e96fb9103650b8c5f6a1895eac6be
This commit is contained in:
Jing Ji
2020-07-09 18:30:38 +00:00
committed by Automerger Merge Worker

View File

@@ -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 <code>true<code> and was bound with the flag
* to <code>true</code> 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.
*/