瀏覽代碼

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 月之前
父節點
當前提交
d40b839911
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      app-common/src/main/java/im/angry/openeuicc/util/PreferenceUtils.kt

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

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