Browse Source

feat: add linksfield aid (#275)

Reviewed-on: https://gitea.angry.im/PeterCxy/OpenEUICC/pulls/275
Co-authored-by: septs <github@septs.pw>
Co-committed-by: septs <github@septs.pw>
septs 1 month ago
parent
commit
d40b839911

+ 6 - 3
app-common/src/main/java/im/angry/openeuicc/util/PreferenceUtils.kt

@@ -60,15 +60,18 @@ internal object PreferenceConstants {
 
 
         # Xesim
         # Xesim
         A0000005591010FFFFFFFF8900000177
         A0000005591010FFFFFFFF8900000177
-        
+
+        # LinksField
+        A000000559104C696E6B736669656C64
+
         # ESTKme SE0
         # ESTKme SE0
         # For multi-SE eSTK.me products, this will always be attempted even if removed from the list
         # For multi-SE eSTK.me products, this will always be attempted even if removed from the list
         ${ESTKme.ESTK_SE0_AID.encodeHex()}
         ${ESTKme.ESTK_SE0_AID.encodeHex()}
-        
+
         # ESTKme SE1
         # ESTKme SE1
         # For multi-SE eSTK.me products, this will always be attempted even if removed from the list
         # For multi-SE eSTK.me products, this will always be attempted even if removed from the list
         ${ESTKme.ESTK_SE1_AID.encodeHex()}
         ${ESTKme.ESTK_SE1_AID.encodeHex()}
-        
+
         # ESTKme AUX (deprecated, use SE0 instead)
         # ESTKme AUX (deprecated, use SE0 instead)
         A06573746B6D65FFFFFFFF4953442D52
         A06573746B6D65FFFFFFFF4953442D52
     """.trimIndent()
     """.trimIndent()