@ -429,6 +429,7 @@ Anything on this list is in random order and *might* be added in the near future
* [(202) What is DNSSEC and what is DANE?](#faq202)
* [(203) Where is my sent message?](#faq203)
* [(204) How do I use Gemini?](#faq204)
* [(205) How do I check the integrity of an APK file?](#faq205)
[I have another question.](#get-support)
@ -5986,6 +5987,24 @@ This feature is experimental and requires version 1.2171 or later for the GitHub
<br>
<aname="faq205"></a>
**(205) How do I check the integrity of an APK file?**
You can verify in this way that an APK file was built and signed by a GitHub workflow:
1. Install the [GitHub CLI](https://cli.github.com/)
2. Download and extract the [APK files](https://github.com/M66B/FairEmail/actions)
3. [Verify](https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds#verifying-artifact-attestations-with-the-github-cli) attestation of an APK file
```
gh attestation verify xyz.apk -R M66B/FairEmail
```
Attestation of APK files is available from version 1.2209.
<p>Please read the privacy policy of <ahref="https://support.google.com/gemini/answer/13594961">Gemini</a>. FairEmail does not use third-party libraries to avoid being tracked when Gemini is not being used.</p>
<p>This feature is experimental and requires version 1.2171 or later for the GitHub version and version 1.2182 or later for the Play Store version.</p>
<p><br></p>
<p><aname="faq205"></a><strong>(205) How do I check the integrity of an APK file?</strong></p>
<p>You can verify in this way that an APK file was built and signed by a GitHub workflow:</p>
<oltype="1">
<li>Install the <ahref="https://cli.github.com/">GitHub CLI</a></li>
<li>Download and extract the <ahref="https://github.com/M66B/FairEmail/actions">APK files</a></li>
<li><ahref="https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds#verifying-artifact-attestations-with-the-github-cli">Verify</a> attestation of an APK file</li>