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

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

Merge "Fix shouldDefaultToObserveMode attribute to work for Off-host services" into main

parents a854e4c8 5ef0c82b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -301,7 +301,7 @@ public final class ApduServiceInfo implements Parcelable {
                mOffHostName = sa.getString(
                mOffHostName = sa.getString(
                        com.android.internal.R.styleable.OffHostApduService_secureElementName);
                        com.android.internal.R.styleable.OffHostApduService_secureElementName);
                mShouldDefaultToObserveMode = sa.getBoolean(
                mShouldDefaultToObserveMode = sa.getBoolean(
                        R.styleable.HostApduService_shouldDefaultToObserveMode,
                        R.styleable.OffHostApduService_shouldDefaultToObserveMode,
                        false);
                        false);
                if (mOffHostName != null) {
                if (mOffHostName != null) {
                    if (mOffHostName.equals("eSE")) {
                    if (mOffHostName.equals("eSE")) {