add appsflyer detection

This commit is contained in:
Jean-Marie Mineau 2025-06-02 18:22:38 +02:00
parent 496e1e93c4
commit c0c06a3ec9
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
2 changed files with 11 additions and 6 deletions

View file

@ -169,6 +169,9 @@ def check_app_result(
"google_ads": any(
map(lambda x: x.startswith("Lcom/google/android/ads/"), classes)
),
"appsflyer": any(
map(lambda x: x.startswith("Lcom/appsflyer/internal/"), classes)
),
}
classes_by_cl[cl_id].extend(classes)