Skip to content

Commit

Permalink
chore: add foss lpa package name
Browse files Browse the repository at this point in the history
  • Loading branch information
septs committed Sep 15, 2024
1 parent 0436e22 commit ea9cef4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
<package android:name="com.miui.euicc" />
<!-- Samsung LPA -->
<package android:name="com.samsung.euicc" />
<!-- OpenEUICC -->
<package android:name="im.angry.openeuicc" />
<!-- EasyEUICC -->
<package android:name="im.angry.easyeuicc" />
<!-- Infineon LPA -->
<package android:name="com.infineon.esim.lpa" />
<!-- https://github.com/QueallyTech/OMAPI-Bypass -->
<package android:name="com.queallytech.omapi" />
</queries>
Expand Down

0 comments on commit ea9cef4

Please sign in to comment.