Add additional Android security setting to warn on

This commit is contained in:
Donncha Ó Cearbhaill
2025-01-30 11:35:18 +01:00
parent a2493baead
commit 34cd08fd9a

View File

@@ -16,6 +16,11 @@ ANDROID_DANGEROUS_SETTINGS = [
"key": "package_verifier_enable",
"safe_value": "1",
},
{
"description": "disabled APK package verification",
"key": "package_verifier_state",
"safe_value": "1",
},
{
"description": "disabled Google Play Protect",
"key": "package_verifier_user_consent",