diff options
| author | 2020-07-09 18:13:59 +0000 | |
|---|---|---|
| committer | 2020-07-09 18:13:59 +0000 | |
| commit | 207e715943de4430bf49ec4ee70e42b42f90edfa (patch) | |
| tree | b55a27f573ddfe1b8d185c6f720a458207a57dd3 | |
| parent | a3d9937577e39d44111dbe78469ddaa6c2ece5df (diff) | |
| parent | 42ef19d57c91227e987ec7a9945a66d8c8aa533e (diff) | |
Merge "Fix javadoc error in ApplicationExitInfo#getDefiningUid()" into rvc-dev am: 42ef19d57c
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12118644
Change-Id: I2a3a7609ca76fb24c5298589951b1cc3d4634c3d
| -rw-r--r-- | core/java/android/app/ApplicationExitInfo.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/ApplicationExitInfo.java b/core/java/android/app/ApplicationExitInfo.java index cfe0aff05d4a..e7b3e14bfda7 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 <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. */ |