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

Commit 2f612760 authored by Alisher Alikhodjaev's avatar Alisher Alikhodjaev Committed by Android Build Coastguard Worker
Browse files

Unexpected state change for Other category service

Bug: 317293523
Test: manual
(cherry picked from https://android-review.googlesource.com/q/commit:b1b0f47341fb8fd95b292975e0a1faf58eb42018)
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:68f5c8c6cba8c0e01768e345c72cf54cbad28b76)
Merged-In: Ief04be69ad420f55b139033bf59467c62e6bc975
Change-Id: Ief04be69ad420f55b139033bf59467c62e6bc975
parent f0e6edcc
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;

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

    }