Compare commits

..

1 commit

Author SHA1 Message Date
acb993f9c2
chore: improve variant compare 2025-09-19 16:32:08 +08:00

View file

@ -8,14 +8,13 @@ There are two variants of this project, OpenEUICC and EasyEUICC:
| :---------------------------- | :-----------------------------: | :-----------------: | | :---------------------------- | :-----------------------------: | :-----------------: |
| Privileged | Must be installed as system app | No | | Privileged | Must be installed as system app | No |
| Internal eSIM | Supported | Unsupported | | Internal eSIM | Supported | Unsupported |
| External eSIM [^1] | Supported | Supported | | External (Removable) eSIM | Supported | Supported |
| USB Readers | Supported | Supported | | USB Readers | Supported | Supported |
| Requires allowlisting by eSIM | No | Yes -- except USB | | Requires allowlisting by eSIM | No | Yes -- except USB |
| System Integration | Partial [^2] | No | | System Integration | Partial [^1] | No |
| Minimum Android Version | Android 11 or higher | Android 9 or higher | | Minimum Android Version | Android 11 or higher | Android 9 or higher |
[^1]: Also known as "Removable eSIM" [^1]: carrier partner API unimplemented yet
[^2]: Carrier Partner API unimplemented yet
Some side notes: Some side notes:
1. When privileged, OpenEUICC supports any eUICC chip that implements the SGP.22 standard, internal or external. However, there is __no guarantee__ that external (removable) eSIMs actually follow the standard. Please __DO NOT__ submit bug reports for non-functioning removable eSIMs. They are __NOT__ officially supported unless they also support / are supported by EasyEUICC, the unprivileged variant. 1. When privileged, OpenEUICC supports any eUICC chip that implements the SGP.22 standard, internal or external. However, there is __no guarantee__ that external (removable) eSIMs actually follow the standard. Please __DO NOT__ submit bug reports for non-functioning removable eSIMs. They are __NOT__ officially supported unless they also support / are supported by EasyEUICC, the unprivileged variant.