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

Commit 413f5fc2 authored by Ruchi Kandoi's avatar Ruchi Kandoi
Browse files

Update the Open Mobile API version

The current implementation is inline with OMAPI version 3.3

Test: None
Bug: 64994044
Change-Id: I22f969e99f4dfc677931adf3494b47d6972d026d
(cherry picked from commit c46670dd)
parent 1b3844cb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ public class SEService {
     * @return String containing the OpenMobile API version (e.g. "3.0").
     */
    public @NonNull String getVersion() {
        return "3.2";
        return "3.3";
    }

    @NonNull ISecureElementListener getListener() {