Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3fb419cf authored by Jing Ji's avatar Jing Ji Committed by Automerger Merge Worker
Browse files

Merge "Update doc for ApplicationExitInfo.getDefiningUid" into rvc-dev am: 52f4d8d9

Change-Id: Ibe6e97b61ed3ef14c3a0c47048c9f2c5b52be5e9
parents 1a44f1aa 52f4d8d9
Loading
Loading
Loading
Loading
+5 −3
Original line number Original line Diff line number Diff line
@@ -499,9 +499,11 @@ public final class ApplicationExitInfo implements Parcelable {


    /**
    /**
     * Return the defining kernel user identifier, maybe different from {@link #getRealUid} and
     * Return the defining kernel user identifier, maybe different from {@link #getRealUid} and
     * {@link #getPackageUid}, if an external service was bound with the flag
     * {@link #getPackageUid}, if an external service has the
     * {@link android.content.Context#BIND_EXTERNAL_SERVICE} - in this case, this field here
     * {@link android.R.styleable#AndroidManifestService_useAppZygote android:useAppZygote} set
     * will be the kernel user identifier of the external service provider.
     * 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.
     */
     */
    public int getDefiningUid() {
    public int getDefiningUid() {
        return mDefiningUid;
        return mDefiningUid;