fix: improve lpa string parsing
Please do not use check{,NotNull}()
for argument contracts. Use require{,NotNull}()
for them and keep the IllegalArgumentException
feat: refresh after switch
fix: improve lpa string parsing
What does this fix? check
's exceptions are not supposed to be caught. They are intended to function like assert
s
refactor: euicc memory reset message
feat: keep screen on for download progress
feat: add iQOO stk launch support
PrivilegedEuiccContextMarker shall only be used on Fragments or UI types that derive from Context