From eb9ccf7f2d056e8108a241fbaf3f430ecb4e5044 Mon Sep 17 00:00:00 2001 From: kormax <3392860+kormax@users.noreply.github.com> Date: Sun, 29 Mar 2026 13:46:03 +0300 Subject: [PATCH] Refine 'Sources' for existing AID entries in 'aidlist.json' --- client/resources/aidlist.json | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/client/resources/aidlist.json b/client/resources/aidlist.json index 4fabf8ac3..95be82174 100644 --- a/client/resources/aidlist.json +++ b/client/resources/aidlist.json @@ -2324,7 +2324,11 @@ "Country": "", "Name": "Digital Car Key Framework", "Description": "Used during key provisioning and configuration", - "Type": "" + "Type": "", + "Sources": [ + "android://com.google.android.gms", + "android://com.samsung.android.dkey" + ] }, { "AID": "A000000809434343444B417631", @@ -2398,7 +2402,11 @@ "Country": "", "Name": "Aliro Expedited", "Description": "Acts as the primary credential holder applet", - "Type": "access" + "Type": "access", + "Sources": [ + "android://com.google.android.gms", + "android://com.samsung.android.dkey" + ] }, { "AID": "A000000396564341", @@ -2561,6 +2569,10 @@ "Description": "Declared by some SEOS-compatible HID partner applications for HCE", "Type": "access", "Sources": [ + "android://app.smartspaces.*", + "android://co.any2any.badge.app.stage", + "android://com.afiaa", + "android://com.alertenterprise.android.wallet", "android://com.assaabloy.hospitality.mobileaccess.studentliving", "android://com.assaabloy.stg.msf.config.android", "android://com.brivo.pass", @@ -2853,7 +2865,8 @@ "Description": "Declared as 'other' service", "Type": "access", "Sources": [ - "android://com.ui.uid.standard" + "android://com.ui.uid.standard", + "android://com.ui.uid.client" ] }, { @@ -2864,7 +2877,8 @@ "Description": "Declared as 'payment' service", "Type": "access", "Sources": [ - "android://com.ui.uid.standard" + "android://com.ui.uid.standard", + "android://com.ui.uid.client" ] } ]