1
0
mirror of https://github.com/PrivSec-dev/banking-apps-compat-report synced 2024-06-28 06:07:13 -04:00

Add requirements to two checkbox areas

This commit is contained in:
June 2022-01-30 05:33:47 +00:00 committed by GitHub
parent 16308f245f
commit e0e9ae4091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,16 +56,19 @@ body:
label: Google Play installed
description: Do you have Google Play installed in the profile you tested in?
options:
- label: Tick if it's installed. Leave blank if not.
- label: Installed
required: true
- label: Not installed
required: true
- type: checkboxes
attributes:
label: Native code debugging
description: Was native code debugging enabled or disabled during the testing? (Settings -> Security -> Enable native code debugging)
options:
- label: Enabled
required: false
required: true
- label: Disabled
required: false
required: true
- type: checkboxes
attributes:
label: Stock OS compatibility