Removes check for a deprecated Android setting

This commit is contained in:
tek 2022-03-29 18:37:56 +02:00
parent 293752f90a
commit e0d30ea990
1 changed files with 0 additions and 5 deletions

View File

@ -31,11 +31,6 @@ ANDROID_DANGEROUS_SETTINGS = [
"key": "upload_apk_enable",
"safe_value": "1",
},
{
"description": "enabled installation of non-market apps",
"key": "install_non_market_apps",
"safe_value": "0",
},
{
"description": "disabled confirmation of adb apps installation",
"key": "adb_install_need_confirm",