Skip to content

Commit

Permalink
Android 8.0+ now required for the auditor side
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Feb 12, 2021
1 parent 1df24b3 commit cb10bf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
@@ -1,6 +1,6 @@
<resources>
<string name="app_name">Auditor</string>
<string name="introduction">Two devices are needed to perform verification:\n\n- The device to be verified (Auditee), which needs to be one of the supported devices launched with Android 8.0+.\n\n- An Android 7.0+ device to perform the verification (Auditor).\n\nThe verification process requires sending data between the devices by scanning QR codes.</string>
<string name="introduction">Two devices are needed to perform verification:\n\n- The device to be verified (Auditee), which needs to be one of the supported devices launched with Android 8.0+.\n\n- An Android 8.0+ device to perform the verification (Auditor).\n\nThe verification process requires sending data between the devices by scanning QR codes.</string>
<string name="unsupported_auditee">Device is not one of the supported models.</string>
<string name="camera_permission_denied">Camera permission is required to scan QR codes. Please try again.</string>
<string name="auditee_button">Auditee (device being verified)</string>
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Expand Up @@ -3,6 +3,6 @@ The <i>Auditor</i> app uses hardware-based security features to validate the ide
Two devices are needed to perform the verification:

* the device to be verified (Auditee) which needs to be one of the <a href='https://attestation.app/about#device-support' target='_blank'>supported devices</a> launched with Android 8.0+
* an Android 7.0+ device to perform the verification (Auditor)
* an Android 8.0+ device to perform the verification (Auditor)

The verification process requires sending data between the devices by scanning QR codes. A detailed <a href='https://attestation.app/tutorial' target='_blank'>Tutorial</a> is available at the project’s website.

0 comments on commit cb10bf8

Please sign in to comment.