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

Commit 5ef0c82b authored by Brad Lassey's avatar Brad Lassey
Browse files

Fix shouldDefaultToObserveMode attribute to work for Off-host services

Bug: 367160997
Test: added CTS test
Flag: EXEMPT bug fix
Change-Id: Icb94cc7903626b544c04a8715397a5397660304c
parent 7ffb7670
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -301,7 +301,7 @@ public final class ApduServiceInfo implements Parcelable {
                mOffHostName = sa.getString(
                        com.android.internal.R.styleable.OffHostApduService_secureElementName);
                mShouldDefaultToObserveMode = sa.getBoolean(
                        R.styleable.HostApduService_shouldDefaultToObserveMode,
                        R.styleable.OffHostApduService_shouldDefaultToObserveMode,
                        false);
                if (mOffHostName != null) {
                    if (mOffHostName.equals("eSE")) {