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

Commit 4b46cc19 authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "Implement getInterfaceHash/Version (omapi)" into sc-v2-dev-plus-aosp

parents 94db86b8 32d2c1bf
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -118,6 +118,16 @@ public final class SEService {
                });
            }
        }

        @Override
        public String getInterfaceHash() {
            return ISecureElementListener.HASH;
        }

        @Override
        public int getInterfaceVersion() {
            return ISecureElementListener.VERSION;
        }
    }
    private SEListener mSEListener = new SEListener();