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

Commit b1b0f473 authored by Alisher Alikhodjaev's avatar Alisher Alikhodjaev
Browse files

Unexpected state change for Other category service

Bug: 317293523
Test: manual
Change-Id: Ief04be69ad420f55b139033bf59467c62e6bc975
parent 9510c20d
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

    }