add appsflyer detection
This commit is contained in:
parent
496e1e93c4
commit
c0c06a3ec9
2 changed files with 11 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue