Can't get android.se.omapi.Reader from android.se.omapi.SEService

Hi, recently I got a VIM3 (Android 9) with a eSIM attached externally. ICCID of the eSIM can be read through popular applications from Google Play.

What I want to do is to send APDUs through ISO/IEC 7816-4 channel opened to the eSIM.
When android.se.omapi.SEService is connected, I can read version, which is 3.3, but get an array of android.se.omapi.Readers of lentgh 0, which means there are no readers. Is that correct?
Does VIM3 provide implementation on Open Mobile API?

我是allens 同事,補充說明一下,我們用的modem 是EM06,走 M.2介面,用有門號的4G SIM是可上網,
但是要使用 Open Mobile API (OMA) 去取得SIM卡內部資訊是失敗的,VIM3似乎是沒完整地把OMA配置進Pie內,缺了一些功能??

Yes,我们这边只是调试验证了SIM数据通讯上网功能,没有去验证获取SIM卡内部资讯,请问一下,为什么你们有这个需求?你们想拿我们的设备做什么产品?

您好,我們想在eSIM裡面安裝具有安全控制與身份認證功能的Java Card Applet,所以必須透過Open Mobile API與Secure Element互動(包含連線與傳送APDU)。

Open Mobile API 在 安卓9.0有支援 ,
https://developer.android.com/reference/android/se/omapi/package-summary
我們之前用安卓手機測試, 是可以訪問到SIM內部的安全元件
會產生一組虛擬讀卡機透過APDU 命令去訪問SIM

但是安卓手機的modem/baseband 可能不是走 M.2/USB 和MCU介接
和VIM3 利用 M.2/USB 和Modem 模塊介接方式不一樣
造成無法列舉一組虛擬讀卡機去訪問SIM?