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

Commit d0b3a77c authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Unexpected state change for Other category service" into main am:...

Merge "Unexpected state change for Other category service" into main am: fccb9233 am: dd8c007c am: 9ddd8750

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



Change-Id: I6ad38bfe4d091119f125dade667361fc42a35006
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 1f3b84c1 9ddd8750
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,10 +21,10 @@
package android.nfc.cardemulation;

import android.annotation.FlaggedApi;
import android.compat.annotation.UnsupportedAppUsage;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.SystemApi;
import android.compat.annotation.UnsupportedAppUsage;
import android.content.ComponentName;
import android.content.pm.PackageManager;
import android.content.pm.PackageManager.NameNotFoundException;
@@ -374,7 +374,7 @@ public final class ApduServiceInfo implements Parcelable {
        // Set uid
        mUid = si.applicationInfo.uid;

        mCategoryOtherServiceEnabled = false;    // support other category
        mCategoryOtherServiceEnabled = true;    // support other category

    }