Added install_non_market_apps to settings warnings

This commit is contained in:
Nex
2022-07-14 09:09:01 +02:00
parent e6b4d17027
commit 1265b366c1
+5
View File
@@ -51,6 +51,11 @@ ANDROID_DANGEROUS_SETTINGS = [
"key": "send_action_app_error",
"safe_value": "1",
},
{
"description": "enabled installation of non Google Play apps",
"key": "install_non_market_apps",
"safe_value": "0",
}
]