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

Commit fccb9233 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Unexpected state change for Other category service" into main

parents 9510c20d b1b0f473
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

    }