<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Android on PrivSec - A practical approach to Privacy and Security</title>
  <link rel="alternate" href="https://deploy-preview-444--privsec-dev.netlify.app/tags/android/" />
  <link rel="self" href="https://deploy-preview-444--privsec-dev.netlify.app/tags/android/index.xml" />
  <subtitle>Recent content in Android on PrivSec - A practical approach to Privacy and Security</subtitle>
  <id>https://deploy-preview-444--privsec-dev.netlify.app/tags/android/</id>
  <generator uri="http://gohugo.io" version="0.119.0">Hugo</generator>
  <language>en</language>
  <updated>2023-03-07T00:00:00Z</updated>
  <author>
    <name>PrivSec.dev Team</name>
    
  </author>
  <rights>[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)</rights>
      <entry>
        <title>Installing Kali NetHunter Lite on DivestOS 20.0</title>
        <link rel="alternate" href="https://deploy-preview-444--privsec-dev.netlify.app/posts/archive/installing-kali-nethunter-lite-on-divestos-20.0/" />
        <id>https://deploy-preview-444--privsec-dev.netlify.app/posts/archive/installing-kali-nethunter-lite-on-divestos-20.0/</id>
        <published>2023-03-07T00:00:00Z</published>
        <updated>2025-02-02T08:16:32-07:00</updated>
        <summary type="html">Update: DivestOS has been discontinued and downloads are no longer available.
This will turn your device into a purely penetration testing device, and it will be very insecure for any other purpose. Please do not do this on your daily driver.
This procedure should work without modification on many devices using the standard Android bootloader (not Samsung). However, every device has unique quirks that may require special attention.
Originally, I just needed a device to run packet capture on my other devices.</summary>
          <content type="html"><![CDATA[<p><strong>Update</strong>: DivestOS has been discontinued and downloads are no longer available.</p>
<p><strong>This will turn your device into a purely penetration testing device, and it will be very insecure for any other purpose. Please do not do this on your daily driver.</strong></p>
<p><em>This procedure should work without modification on many devices using the standard Android bootloader (not Samsung). However, every device has unique quirks that may require special attention.</em></p>
<p><img loading="lazy" src="kali-nethunter-op7t.jpg" alt="Kali NetHunter Lite on a OnePlus 7T"  />
</p>
<p>Originally, I just needed a device to run packet capture on my other devices. I have a OnePlus 7T laying around which I am not using for anything (since it has already reached its end-of-life), so I thought it would be cool to give it a new purpose. I am using DivestOS here since it is my go‑to Android distribution, but you can use LineageOS or any other distribution if you want to.</p>
<p>Officially, Kali Nethunter only supports OxygenOS based on Android 10 or 11 on my device. However, since there is no security to be had anyways, I decided to have some fun and not do things by the book (their official documentation isn&rsquo;t accurate anyways, as I will explain).</p>
<h2 id="installing-divestos">Installing DivestOS</h2>
<p>The installation procedure for DivestOS is fairly straightforward. First <a href="https://divestos.org/pages/devices">download the recovery</a> and boot it using fastboot:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-fallback" data-lang="fallback"><span class="line"><span class="cl">fastboot reboot /path/to/the/divestos/recovery.img
</span></span><span class="line"><span class="cl">fastboot reboot recovery
</span></span></code></pre></div><p><img loading="lazy" src="divestos-recovery.jpg" alt="DivestOS Recovery"  />
</p>
<p>Select Apply Update and Apply Update from ADB:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-fallback" data-lang="fallback"><span class="line"><span class="cl">adb sideload /path/to/the/divestos.zip
</span></span></code></pre></div><p>Do not attempt to relock the bootloader &mdash; we need to leave it unlocked to enable privileged access (&ldquo;rooting&rdquo;) anyways. Do not reboot into the OS at this stage either.</p>
<h2 id="installing-magisk-and-disabling-forceencrypt">Installing Magisk and disabling forceencrypt</h2>
<p>The official documentation recommends <a href="https://twrp.me/">TWRP</a> and <a href="https://forum.xda-developers.com/t/deprecated-universal-dm-verity-forceencrypt-disk-quota-disabler-11-2-2020.3817389/">Disable_Dm‑Verity_ForceEncrypt</a>. However, TWRP doesn&rsquo;t exist for Android 12 and above for my device, and Disable_Dm‑Verity_ForceEncrypt is deprecated and doesn&rsquo;t even work on Android 11.</p>
<p>Instead, we will use the <a href="https://download.lineageos.org/devices/">LineageOS recovery</a> (which allows flashing files with arbitrary signatures) and <a href="https://forum.xda-developers.com/t/a-b-a-only-script-read-only-erofs-android-10-universal-disable-force-encryption-for-ro-and-rw-neo-stable.4454017/">Disable Force Encryption NEO</a>.</p>
<p>First, reboot the device into the bootloader.</p>
<p>Then, you need to download the LineageOS Recovery for your device and boot into it:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-fallback" data-lang="fallback"><span class="line"><span class="cl">fastboot reboot /path/to/the/lineageos/recovery.img
</span></span></code></pre></div><p>Next, you just need to do ADB sideload for Disable Force Encryption NEO. It will give you the option to install Magisk and disable forceencrypt, and choose yes on both. The rest of the options are up to you - they are not very important.</p>
<h2 id="installing-kali-nethunter-lite">Installing Kali Nethunter Lite</h2>
<p>Reboot into your OS and set it up normally. Make sure that encryption is disabled:</p>
<p><img loading="lazy" src="kali-nethunter-encryption.jpg" alt="Kali Nethunter Encryption"  />
</p>
<p>Finally, <a href="https://www.kali.org/get-kali/#kali-mobile">download</a> the appropriate build for Nethunter and flash it as a Magisk module in the Magisk Manager.</p>
<p>Happy NetHunting!</p>
]]></content>
      </entry>
      <entry>
        <title>Android VPN Leakage with Secondary User Profiles</title>
        <link rel="alternate" href="https://deploy-preview-444--privsec-dev.netlify.app/posts/archive/android-vpn-leakage-with-secondary-user-profiles/" />
        <id>https://deploy-preview-444--privsec-dev.netlify.app/posts/archive/android-vpn-leakage-with-secondary-user-profiles/</id>
        <published>2022-10-10T00:00:00Z</published>
        <updated>2023-02-25T15:05:35-05:00</updated>
        <summary type="html">Update: This is no longer reproducible on Android 13 QPR1 and Android 14 Developer Preview 1.
Before We Start&amp;hellip;
I have been aware of this issue for awhile now (since at least Android 11), though I have not done enough testing to see what actually causes the leak nor do I have any workaround at the moment. My guess is that applications which launch early when you log into a secondary profile can bypass the VPN killswitch.</summary>
          <content type="html"><![CDATA[<p><strong>Update</strong>: This is no longer reproducible on Android 13 QPR1 and Android 14 Developer Preview 1.</p>
<p><strong>Before We Start</strong>&hellip;</p>
<p>I have been aware of this issue for awhile now (since at least Android 11), though I have not done enough testing to see what actually causes the leak nor do I have any workaround at the moment. My guess is that applications which launch early when you log into a secondary profile can bypass the VPN killswitch.</p>
<p>I have reported it on <a href="https://issuetracker.google.com/issues/252851265">Google&rsquo;s issue tracker</a>.</p>
<h2 id="the-leak">The Leak</h2>
<p>You can reproduce the leak by doing the following:</p>
<ol>
<li>Create a new user profile (you need to create a secondary user profile for this, as it is not reproducible on your owner profile or a work profile). Do not log into your Google account at this stage.</li>
<li>Sideload a VPN app. The leak happens with every VPN provider I have tried (since it is likely a platform issue), though if you do not have a VPN subscription I would recommend getting a free one with <a href="https://protonvpn.com">ProtonVPN</a>.</li>
<li>Setup the VPN and the <a href="/posts/os/android-tips/#enable-vpn-killswitch">Android VPN killswitch</a>.</li>
<li>Log into your Google account through Play Services.</li>
<li>Restart the phone. Open the secondary user profile again.</li>
<li>Go to Google&rsquo;s <a href="https://myaccount.google.com/device-activity">My Devices</a> page. Observe that one of the sessions for your phone has your actual location obtained with GeoIP. In some cases, your actual IP address will be shown there as well.</li>
</ol>
<h2 id="notes">Notes</h2>
<ol>
<li>
<p>It is unlikely that this is caused by Play Services being privileged applications. This issue is reproducible on GrapheneOS with the Sandboxed Play Services (which runs as a normal, unprivileged application) as well.</p>
</li>
<li>
<p>More testing is needed to find the root cause of the problem. I do not think that this is Play Services specific. Unfortunately, I do not have access to a router to do a packet capture right now. I would appreciate it if someone can help me get to the bottom of this. You can find my contact information <a href="https://tommytran.io/contact/">here</a>.</p>
</li>
</ol>
]]></content>
      </entry>
      <entry>
        <title>Android Tips</title>
        <link rel="alternate" href="https://deploy-preview-444--privsec-dev.netlify.app/posts/android/android-tips/" />
        <id>https://deploy-preview-444--privsec-dev.netlify.app/posts/android/android-tips/</id>
        <published>2022-07-22T00:00:00Z</published>
        <updated>2025-02-02T08:50:02-07:00</updated>
        <summary type="html">Android is a very secure and robust operating system out of the box. This post will be less of a &amp;ldquo;hardening guide&amp;rdquo;, but more of a non-exhaustive list of tips when it comes to buying and using Android phones.
Android Devices Recommended Phones Google Pixel phones are the only devices I would recommend for purchase. Pixel phones have stronger hardware security than any other Android devices currently on the market, due to proper AVB support for third-party operating systems and Google&amp;rsquo;s custom Titan security chips acting as the Secure Element.</summary>
          <content type="html"><![CDATA[<p>Android is a very secure and robust operating system out of the box. This post will be less of a &ldquo;hardening guide&rdquo;, but more of a non-exhaustive list of tips when it comes to buying and using Android phones.</p>
<h2 id="android-devices">Android Devices</h2>
<h3 id="recommended-phones">Recommended Phones</h3>
<p><img loading="lazy" src="/images/google-store.png" alt="Google Store"  />
</p>
<p>Google Pixel phones are the <strong>only</strong> devices I would recommend for purchase. Pixel phones have stronger hardware security than any other Android devices currently on the market, due to proper AVB support for third-party operating systems and Google&rsquo;s custom <a href="https://security.googleblog.com/2021/10/pixel-6-setting-new-standard-for-mobile.html">Titan</a> security chips acting as the Secure Element.</p>
<p>When purchasing a device, you should buy one as new as possible. The software and firmware of mobile devices are only supported for a limited time, so buying new extends that lifespan as much as possible. Also, beginning with the <strong>Pixel 8</strong> and <strong>8 Pro</strong>, Pixel devices receive a minimum of 7 years of guaranteed security updates, ensuring a much longer lifespan compared to the 2-4 years competing OEMs typically offer.</p>
<h3 id="phones-to-avoid">Phones to Avoid</h3>
<p>Avoid buying the Fairphone 4, which only has just over 2 years of full security updates since its release date despite them advertising 6 years of support. This is because the System on a Chip they use (Snapdragon 750G) only has 3 years of support from Qualcomm, and the SoC was already old when the phone came out. This is not to mention, the Fairphone 4 <a href="https://forum.fairphone.com/t/bootloader-avb-keys-used-in-roms-for-fairphone-3-4/83448/11">uses the Android Verified Boot Test Key as their OEM keys</a>, effectively making Verified Boot useless. In general, you should check for how long the SoC a phone uses is supported for and not blindly trust the phone manufacturer&rsquo;s claims.</p>
<p>You should also avoid buying phones preloaded with /e/ OS (sometimes branded as the Murena phones). /e/ OS in itself is extremely insecure, engaging in security bad practices that include, but are not limited to, not supporting verified boot; shipping userdebug build; <a href="https://divestos.org/misc/e.txt">shipping months-old version of Chromium; and bundling years-old version of Orbot into their operating system, then marketing it as &ldquo;Advanced Privacy&rdquo;</a>. There was also a recent incident where their cloud service mishandled session keys and gave users access to other&rsquo;s files, then proceeded to <a href="https://community.e.foundation/t/service-announcement-26-may/41252/30">mislead users that the server cannot see their files</a>, despite there being no end-to-end encryption.</p>
<p>You should also be very wary of low quality privacy branded phones like the Freedom Phone, BraX2 Phone, Volta Phone, and the like. These are cheap Chinese phones with the <a href="https://i.mediatek.com/p60">Mediatek Helio P60</a> from 2018, which has already reached or is near end-of-life. Needless to say, you should also avoid any vendor who claims they are Zero-day proof like this:</p>
<p><img loading="lazy" src="/images/volta-phone.png" alt="Volta phone"  />
</p>
<h2 id="android-based-operating-systems">Android-based Operating Systems</h2>
<p><img loading="lazy" src="/images/grapheneos-aurora.jpg" alt="GrapheneOS Aurora"  />
</p>
<p>In certain cases, installing a custom Android-based operating system can help increase your privacy and security. This is rather tricky, however, as the vast majority of these operating systems (a.k.a. &ldquo;custom ROMs&rdquo;) do exactly the opposite: break the Android security model, thereby ruining your security while providing no or dubious privacy benefits.</p>
<p>I have written a detailed post on selecting your Android-based operating system, which you can find <a href="/posts/android/choosing-your-android-based-operating-system">here</a>.</p>
<p><strong>TLDR</strong>: If you are using a modern Pixel, install <a href="https://grapheneos.org">GrapheneOS</a>. Otherwise, stick to your stock operating system. Do not blindly use an OS just because it is advertised as &ldquo;degoogled&rdquo;.</p>
<h2 id="use-new-android-versions">Use New Android Versions</h2>
<p>It&rsquo;s important to not use an <a href="https://endoflife.date/android">end-of-life</a> version of Android. Newer versions of Android receive not only security updates for the operating system but also important privacy enhancing updates too. For example, <a href="https://developer.android.com/about/versions/10/privacy/changes">prior to Android 10</a>, any apps with the <a href="https://developer.android.com/reference/android/Manifest.permission#READ_PHONE_STATE"><code>READ_PHONE_STATE</code></a> permission could access sensitive and unique serial numbers of your phone such as <a href="https://en.wikipedia.org/wiki/International_Mobile_Equipment_Identity">IMEI</a>, <a href="https://en.wikipedia.org/wiki/Mobile_equipment_identifier">MEID</a>, your SIM card&rsquo;s <a href="https://en.wikipedia.org/wiki/International_mobile_subscriber_identity">IMSI</a>, whereas now they must be system apps to do so. System apps are only provided by the OEM or Android distribution.</p>
<h2 id="do-not-root-your-phone">Do Not Root Your Phone</h2>
<p><a href="https://en.wikipedia.org/wiki/Rooting_(Android)">Rooting</a> Android phones can decrease security significantly as it weakens the complete <a href="https://en.wikipedia.org/wiki/Android_(operating_system)#Security_and_privacy">Android security model</a>. This can decrease privacy should there be an exploit that is assisted by the decreased security. Common rooting methods involve directly tampering with the boot partition, making it impossible to perform successful Verified Boot. Apps that require root will also modify the system partition meaning that Verified Boot would have to remain disabled. Having root exposed directly in the user interface also increases the <a href="https://en.wikipedia.org/wiki/Attack_surface">attack surface</a> of your device and may assist in <a href="https://en.wikipedia.org/wiki/Privilege_escalation">privilege escalation</a> vulnerabilities and SELinux policy bypasses.</p>
<h2 id="use-a-diceware-passphrase-avoid-pattern-unlock">Use a diceware passphrase, avoid pattern unlock</h2>
<p>On Android, the phone unlock (Password, Pin, Pattern) is used to protect the encryption key for your device. Thus, it is vital that your unlock secret is secure and can withstand Bruteforce attacks.</p>
<p>Pattern unlock is extremely insecure and should be avoided at all costs. This is discussed in detail in the <a href="/researches/Cracking-Android-Pattern-Lock-in-Five-Attempts.pdf">Cracking Android Pattern Lock in Five Attempts</a> research paper.</p>
<p>If you trust the hardware enforced rate limiting features (typically done by the <a href="https://en.wikipedia.org/wiki/Secure_cryptoprocessor">Secure Element</a> or <a href="https://en.wikipedia.org/wiki/Trusted_execution_environment">Trusted Execution Environment</a>) of your device, a 8+ digit PIN may be sufficient.</p>
<p>Ideally, you should use a randomly generated passphrase of 8 words or longer to secure your phone. These are practically impossible to bruteforce with current technology, regardless of the efficacy of any ratelimiting that may be present.</p>
<h2 id="setup-auditor">Setup Auditor</h2>
<p><a href="https://github.com/GrapheneOS/Auditor">Auditor</a> provides attestation for GrapheneOS phones and the stock operating systems on <a href="https://attestation.app/about">a number of devices</a>. It uses hardware security features to make sure that the firmware and operating system have not been downgraded or tampered with.</p>
<p>Attestation can be done <a href="https://grapheneos.org/install/web#verifying-installation">locally</a> by pairing with another Android 8+ device or remotely using <a href="https://attestation.app/tutorial#scheduled-remote-verification">the remote attestation service</a>. To make sure that your hardware and operating system is genuine, perform local attestation immediately after the device has been set up and before connecting to the internet.</p>
<h2 id="use-global-toggles">Use Global Toggles</h2>
<p>Modern Android devices have global toggles for disabling Bluetooth and location services. Android 12 introduced toggles for the camera and microphone. When not in use, you should disable these features. Apps cannot use disabled features (even if granted individual permissions) until re-enabled.</p>
<h2 id="manage-android-permissions">Manage Android Permissions</h2>
<p><a href="https://developer.android.com/guide/topics/permissions/overview">Permissions on Android</a> grant you control over what apps are allowed to access. Google regularly makes <a href="https://developer.android.com/about/versions/11/privacy/permissions">improvements</a> on the permission system in each successive version. All apps you install are strictly <a href="https://source.android.com/security/app-sandbox">sandboxed</a>, therefore, there is no need to install any antivirus apps.</p>
<p>You can manage Android permissions by going to <strong>Settings</strong> → <strong>Privacy</strong> → <strong>Permission Manager</strong>. Be sure to remove from apps any permissions that they do not need.</p>
<h2 id="enable-vpn-killswitch">Enable VPN Killswitch</h2>
<p>Android 7 and above supports a VPN killswitch and it is available without the need to install third-party apps. This feature can prevent leaks if the VPN is disconnected. It can be found in <strong>Settings</strong> → <strong>Network &amp; internet</strong> → <strong>VPN</strong> → <strong>Block connections without VPN</strong>.</p>
<h2 id="connectivity-check">Connectivity Check</h2>
<p>Connectivity checks on Android <a href="https://mullvad.net/en/blog/2022/10/10/android-leaks-connectivity-check-traffic/">do not go through the VPN tunnel</a> (they are not supposed to anyway). This is generally not a cause for concern, however, you should be aware that Google and a network observer on your internet service provider (ISP)&rsquo;s network can see that there is an Android device with your actual IP address.</p>
<p>On GrapheneOS, connectivity checks by default are done with GrapheneOS&rsquo;s own servers, instead of with Google ones. A network observer on your ISP’s network can see that you are using a GrapheneOS device. If you are using a VPN and want to appear like a regular Android device to your ISP, go to <strong>Settings</strong> → <strong>Network &amp; internet</strong> → <strong>Internet connectivity check</strong> and select <strong>Standard (Google)</strong> instead. Note that this will not stop a determined adversarial ISP from finding out you are not using stock OS <a href="https://grapheneos.org/faq#default-dns">through your DNS fallback</a>.</p>
<p>If you want to, you can disable connectivity check altogether. Note that this will stop captive portals from working.</p>
<ul>
<li>On GrapheneOS, go to <strong>Settings</strong> → <strong>Network &amp; internet</strong> → <strong>Internet connectivity check</strong> and select <strong>Disabled</strong>.</li>
<li>On other Android-based operating systems, you can <a href="https://gitlab.com/CalyxOS/calyxos/-/issues/1226#note_1130393164">disable captive portal via ADB</a>.</li>
</ul>
<p>To disable:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">adb shell settings put global captive_portal_mode <span class="m">0</span>
</span></span></code></pre></div><p>To re-enable:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">adb shell settings delete global captive_portal_mode
</span></span></code></pre></div><h2 id="restrict-usb-peripherals">Restrict USB Peripherals</h2>
<p>USB peripherals should be disabled or set to only be allowed when the device is unlocked if possible.</p>
<p>On GrapheneOS, you can adjust this setting in <strong>Settings</strong> → <strong>Security</strong> → <strong>USB accessories</strong>. The OS defaults to &ldquo;Allow new USB peripherals when unlocked&rdquo;.</p>
<h2 id="media-access">Media Access</h2>
<p>Quite a few applications allow you to &ldquo;share&rdquo; a file with them for media upload. If you want to, for example, tweet a picture to Twitter, do not grant Twitter access to your &ldquo;media and photos&rdquo;, because it will have access to all of your pictures then. Instead, go to your file manager (documentsUI), hold onto the picture, then share it with Twitter.</p>
<p>If you are using GrapheneOS, you should utilize the Storage Scopes feature to force apps that request broad storage access permission to function with scoped storage.</p>
<p><img loading="lazy" src="/images/vlc-storage-scopes.png" alt="VLC Storage Scopes"  />
</p>
<h2 id="user-profiles">User Profiles</h2>
<p>Multiple user profiles can be found in <strong>Settings</strong> → <strong>System</strong> → <strong>Multiple users</strong> and are the simplest way to isolate in Android.</p>
<p>With user profiles, you can impose restrictions on a specific profile, such as: making calls, using SMS, or installing apps on the device. Each profile is encrypted using its own encryption key and cannot access the data of any other profiles. Even the device owner cannot view the data of other profiles without knowing their password. Multiple user profiles are a more secure method of isolation.</p>
<h2 id="work-profile">Work Profile</h2>
<p><a href="https://support.google.com/work/android/answer/6191949">Work Profiles</a> are another way to isolate individual apps and may be more convenient than separate user profiles.</p>
<p>A <strong>device controller</strong> such as <a href="https://gitea.angry.im/PeterCxy/Shelter#shelter">Shelter</a> is required, unless you&rsquo;re using CalyxOS which includes one.</p>
<p>The work profile is dependent on a device controller to function. Features such as <em>File Shuttle</em> and <em>contact search blocking</em> or any kind of isolation features must be implemented by the controller. You must also fully trust the device controller app, as it has full access to your data inside of the work profile.</p>
<p>This method is generally less secure than a secondary user profile; however, it does allow you the convenience of running apps in both the work and personal profiles simultaneously.</p>
<h2 id="baseband-modem-attack-surface-reduction">Baseband Modem Attack Surface Reduction</h2>
<p>By default, your baseband modem will typically be set to support just about every generation of mobile cellular technology, from 2G to 5G. This exposes a large attack surface.</p>
<p>You can reduce this attack surface by limiting the baseband modem to using just the generation that it needs. In most cases, this would be 4G/LTE.</p>
<p>GrapheneOS has the LTE only mode exposed in settings. You can set this by going to <strong>Settings</strong> → <strong>Internet</strong> → <strong>Your carrier name</strong> → <strong>Preferred network type</strong> → <strong>LTE Only</strong>.</p>
<p>If your Android-based operating system does not expose this setting in the Settings app, or if you want to set your baseband modem to a less restrictive mode, dial <code>*#*#4636#*#*</code> then hit <strong>Phone information</strong>. Here, you can set preferred network type to just the generations that you intend to use. For example, if you only want to use 5G and 4G, you can set it to <code>NR/LTE</code>.</p>
<h2 id="carrier-tracking">Carrier Tracking</h2>
<p>Carriers can track your coarse location through various means. At minimum, you need to use airplane mode to turn off the baseband modem, and turn off Wifi-calling which bypasses the system VPN. There may also be additional connections to the carrier&rsquo;s servers outside of the VPN tunnel, so you need to use Wireshark to verify this for your specific setup.</p>
<p><strong>Exact behavior does differ across SoCs and may vary between carriers as well</strong>, so I cannot give exact instructions for every setup. On a Google Pixel 7 Pro running GrapheneOS, you need to do the following:</p>
<ul>
<li>
<p>Disable Wi‑Fi calling.</p>
</li>
<li>
<p>Disable the SIMs/eSIMs in <strong>Settings</strong> → <strong>Network &amp; internet</strong> → <strong>SIMs</strong>. On GrapheneOS, if you are using an eSIM, you will need to enable privileged eSIM management. With certain carriers, there will be an ePDG server defined which the operating system will connect to outside of a VPN tunnel. While unlikely, a malicious carrier can track a user by giving them a unique ePDG server.</p>
</li>
<li>
<p>Turn on airplane mode. This will turn off the modem and disable all transmission to cell towers. Note that simply removing SIM cards is not enough &mdash; your phone will still connect to cellular networks to permit emergency calling.</p>
</li>
<li>
<p>Disable privileged eSIM management after you have disabled all of the eSIMs. With certain carriers, the eSIM management app will connect to the provisioning server to check for eSIM update, even if the eSIMs are disabled.</p>
</li>
</ul>
<h2 id="where-to-get-your-applications">Where to Get Your Applications</h2>
<h3 id="grapheneos-app-store">GrapheneOS App Store</h3>
<p>GrapheneOS&rsquo;s app store is available on <a href="https://github.com/GrapheneOS/Apps/releases">GitHub</a>. It supports Android 12 and above and is capable of updating itself. The app store has standalone applications built by the GrapheneOS project such as the <a href="https://attestation.app/">Auditor</a>, <a href="https://github.com/GrapheneOS/Camera">Camera</a>, and <a href="https://github.com/GrapheneOS/PdfViewer">PDF Viewer</a>. If you are looking for these applications, I highly recommend that you get them from GrapheneOS&rsquo;s app store instead of the Play Store, as the apps on their store are signed by the GrapheneOS&rsquo;s project own signature that Google does not have access to.</p>
<h3 id="aurora-store">Aurora Store</h3>
<p>The <a href="https://auroraoss.com/downloads/AuroraStore/">Aurora Store</a> is a proxy for the Google Play Store. It is great for privacy in the sense that it automatically gives you a disposable account to download apps, and it works on Android-based distributions that do not support Google Play Services. That being said, it lacks security features like certificate pinning and does not support Play Asset Delivery.</p>
<p>My recommendation is to stick with the Google Play Store unless your threat model calls for not logging into Google Services at all.</p>
<h3 id="f-droid">F-Droid</h3>
<p>F-Droid, despite being often recommended in the privacy community, has various security deficiencies. You can read more about them <a href="/posts/android/f-droid-security-issues/">here</a>.</p>
<p>I do not recommend that you use F-Droid at all unless you have no other choice to obtain certain apps. In some rare cases, there may be some apps which require the F-Droid version to work properly without Google Play Services. If you do end up using F-Droid, I highly recommend that you avoid the official F-Droid client (which is extremely outdated and targets API level 25) and use a more modern client with seamless updates such as <a href="https://github.com/NeoApplications/Neo-Store">NeoStore</a>. You should also avoid using the official F-Droid repository as much as possible and stick to the F-Droid repositories hosted by the app developers instead.</p>
<h3 id="github">GitHub</h3>
<p>You can also obtain your apps directly from their GitHub repositories. In most cases, there would be a pre-built APK for you to download. You can verify the signature of the downloaded using <code>apksigner</code>:</p>
<ul>
<li>Install <a href="https://developer.android.com/studio">Android Studio</a> which includes <code>apksigner</code>. On macOS, <code>apksigner</code> can be found at <code>~/Library/Android/sdk/build-tools/&lt;version&gt;/apksigner</code>.</li>
<li>Run <code>apksigner verify --print-certs --verbose myCoolApp.apk</code> to verify the certificate of the apk.</li>
</ul>
<p>After you have verified the signature of the apk and installed it on your phone, there are several strategies you can use to keep the application up-to-date.</p>
<p>The first strategy is to add the atom feed of the application&rsquo;s release page to an RSS Reader like <a href="https://github.com/Ashinch/ReadYou">ReadYou</a> to get notified of new releases. You will still need to download and install the new releases manually. If you are confused, here is a video that could help with this process:</p>
<div class="youtube-embed-div">
    <iframe src="https://www.youtube-nocookie.com/embed/FFz57zNR_M0" class="youtube-embed-frame" allowfullscreen title="YouTube Video"></iframe>
</div>  
<p>The second strategy is to use the <a href="https://apt.izzysoft.de/fdroid/">IzzyOnDroid</a> F-Droid repository with a modern F-Droid client like <a href="https://github.com/NeoApplications/Neo-Store">NeoStore</a>, as mentioned <a href="#f-droid">above</a>. The IzzyOnDroid repository pulls new releases from various GitHub repositories to their server, which can then be automatically downloaded and installed by NeoStore. The downside of this strategy is that not every application on GitHub is on IzzyOnDroid, and sometimes IzzyOnDroid fails to pull a new release, resulting in you not getting any updates at all.</p>
<p>It should be noted that since Android has automatic signature checking for existing applications on the system; that is, you only need to manually check the signature of the apk the first time you install an application. If you do use IzzyOnDroid to update applications, you will need to manually confirm the first update of an application to authorize the NeoStore as the installation source. After that, future updates will be seamless.</p>
<h2 id="google">Google</h2>
<p>If you are using a device with Google services, either with the stock operating system or an operating system that safely sandboxes Google Play Services like GrapheneOS, there are a number of additional changes you can make to improve your privacy.</p>
<h3 id="enroll-in-the-advanced-protection-program">Enroll in the Advanced Protection Program</h3>
<p><img loading="lazy" src="/images/advanced-protection-program.png" alt="Advanced Protection Program"  />
</p>
<p>If you have a Google account we suggest enrolling in the <a href="https://landing.google.com/advancedprotection/">Advanced Protection Program</a>. It is available at no cost to anyone with two or more hardware security keys with <a href="/knowledge/multi-factor-authentication/#fido2-fast-identity-online">FIDO2</a> support.</p>
<p>The Advanced Protection Program provides enhanced threat monitoring and enables:</p>
<ul>
<li>Stricter two factor authentication; e.g. that <a href="/posts/knowledge/multi-factor-authentication/#fido2-fast-identity-online">FIDO2</a> <strong>must</strong> be used and disallows the use of <a href="/posts/knowledge/multi-factor-authentication/#email-and-sms-mfa">SMS OTP</a>, <a href="/posts/knowledge/multi-factor-authentication/#time-based-one-time-password-totp">TOTP</a> and <a href="https://en.wikipedia.org/wiki/OAuth">OAuth</a></li>
<li>Only Google and verified third-party apps can access account data</li>
<li>Scanning of incoming emails on Gmail accounts for <a href="https://en.wikipedia.org/wiki/Phishing#Email_phishing">phishing</a> attempts</li>
<li>Stricter <a href="https://www.google.com/chrome/privacy/whitepaper.html#malware">safe browser scanning</a> with Google Chrome</li>
<li>Stricter recovery process for accounts with lost credentials</li>
</ul>
<p>If you use non-sandboxed Google Play Services (common on stock operating systems), the Advanced Protection Program also comes with <a href="https://support.google.com/accounts/answer/9764949?hl=en">additional benefits</a> such as:</p>
<ul>
<li>Not allowing app installation outside of the Google Play Store, the OS vendor&rsquo;s app store, or via <a href="https://en.wikipedia.org/wiki/Android_Debug_Bridge"><code>adb</code></a></li>
<li>Mandatory automatic device scanning with <a href="https://support.google.com/googleplay/answer/2812853?hl=en#zippy=%2Chow-malware-protection-works%2Chow-privacy-alerts-work">Play Protect</a></li>
<li>Warning you about unverified applications</li>
</ul>
<h3 id="google-play-system-updates">Google Play System Updates</h3>
<p>In the past, Android security updates had to be shipped by the operating system vendor. Android has become more modular beginning with <a href="https://www.android.com/android-10/">Android 10</a>, and Google <a href="https://blog.google/products/android-enterprise/android-10-security/">can push security updates</a> for <strong>some</strong> system components via the privileged Play Services.</p>
<p>If you have an EOL device shipped with Android 10 or above (shipped beginning 2020), you may be better off sticking with the stock OS in the short term as opposed to running an insecure alternative operating system. This will allow you to receive <strong>some</strong> security fixes from Google, while not violating the Android security model and increasing your attack surface. You should still upgrade to a supported device as soon as possible.</p>
<h3 id="disable-advertising-id">Disable Advertising ID</h3>
<p>All devices with Google Play Services installed automatically generate an <a href="https://support.google.com/googleplay/android-developer/answer/6048248?hl=en">advertising ID</a> used for targeted advertising. Disable this feature to limit the data collected about you.</p>
<p>On Android distributions with <a href="https://grapheneos.org/usage#sandboxed-google-play">Sandboxed Google Play</a>, go to <strong>Settings</strong> → <strong>Apps</strong> → <strong>Sandboxed Google Play</strong> → <strong>Google Settings</strong> → <strong>Ads</strong>, and select <em>Delete advertising ID</em>.</p>
<p>On Android distributions with privileged Google Play Services (such as stock OSes), the setting may be in one of several locations:</p>
<ul>
<li><strong>Settings</strong> → <strong>Google</strong> → <strong>Ads</strong></li>
<li><strong>Settings</strong> → <strong>Privacy</strong> → <strong>Ads</strong></li>
</ul>
<p><img loading="lazy" src="/images/ads-id.png" alt="Ads id"  />
</p>
<p>You will be given the option to either delete your advertising ID or <em>Opt out of interest-based ads</em> &mdash; this varies between OEM distributions of Android. If presented with the option to delete the advertising ID, choosing that is preferred. If not, then make sure to opt out and reset your advertising ID.</p>
<h3 id="google-messages">Google Messages</h3>
<p>Google is currently pushing for the adoption of <a href="https://support.google.com/messages/answer/10262381?hl=en">RCS with end to end encryption</a> to compete with iMessage. On certain Android devices, especially Google Pixels with stock OS, <a href="https://messages.google.com/">Google Messages</a> is set as the default SMS app to provide this feature.</p>
<p>If you are on an OS with Play Services installed, I highly recommend that you use Google Messages as the SMS app to get opportunistic end to end encryption with your contacts. It works fairly well on GrapheneOS with Sandboxed Play Services, too.</p>
<p>You can disable telemetry in Google Messages by tapping the profile in the top right → <strong>Messages settings</strong> → <strong>Help Improve Messages</strong> and toggling it off. There are also some other configurations in <strong>Messages settings</strong> → <strong>RCS chats</strong> that you might want to go over, such as <strong>Show typing indicators</strong> or <strong>Send read receipts</strong>.</p>
<p>If you have trouble connecting to RCS, try disabling your VPN and the VPN killswitch first, then reconnect to RCS. Once you have connected to the server, you can re-enable your VPN and the killswitch, and it should work just fine across reboots. I am not sure what is causing this issue, but it might be related to <a href="https://issuetracker.google.com/issues/189577131">this bug</a>.</p>
<h3 id="google-fi">Google Fi</h3>
<p>Google Fi provides <a href="https://fi.google.com/about/end-to-end-encrypted-calls">opportunistic end‑to‑end encryption</a> for phone calls between Fi users on Android and <a href="https://support.google.com/fi/answer/9040000">includes a VPN service</a>. Fi also implements a unique privacy‑bolstering <a href="https://www.gstatic.com/fi/wormhole/whitepaper-a00cc4732620f382da5b7aac2bcb6905f970ba6b.pdf">virtual carrier network</a> (VCN) architecture on supported devices, but it is <a href="https://support.google.com/fi/answer/9040000">temporarily disabled</a>.</p>
<p>This is not without its caveats:</p>
<ul>
<li>Google Fi requires Play Services and the <a href="https://play.google.com/store/apps/details?id=com.google.android.apps.tycho&amp;hl=en_US">Fi app</a> to work properly. Without Play Services, all of the features mentioned above, along with visual voicemail, will not work. SMS messages will have random strings added at the end of each of them.</li>
<li>The Google Fi app needs to be installed in the owner profile for SIM/eSIM activation.</li>
<li>Google Fi Wi‑Fi calling does not work behind a VPN with the killswitch enabled in the owner profile.</li>
</ul>
<p>If you live in the United States and use the stock operating system, I highly recommend using Google Fi as your carrier to take advantage of the end to end encrypted calls and Fi VPN. People using a Pixel 4 and above will benefit the most from the VCN as mentioned.</p>
<p>If you use GrapheneOS and do not mind installing Sandboxed Play Services, Fi is still a better option than other providers thanks to Google&rsquo;s general good security practices and the fact that you can enroll in the Advanced Protection Program to have much better protection for your account. Some other providers do not even have multi-factor authentication support, and most will not let you enforce FIDO2 as the authentication method.</p>
]]></content>
      </entry>
      <entry>
        <title>Choosing Your Android-Based Operating System</title>
        <link rel="alternate" href="https://deploy-preview-444--privsec-dev.netlify.app/posts/android/choosing-your-android-based-operating-system/" />
        <id>https://deploy-preview-444--privsec-dev.netlify.app/posts/android/choosing-your-android-based-operating-system/</id>
        <published>2022-07-18T00:00:00Z</published>
        <updated>2024-10-13T07:33:26-06:00</updated>
        <summary type="html">Android is a secure operating system that has strong app sandboxing, Verified Boot (AVB), and a robust permission control system.
When you buy an Android phone, the device&amp;rsquo;s default operating system often comes with invasive integration with apps and services that are not part of the Android Open-Source Project. An example of such is Google Play Services, which has irrevocable privileges to access your files, contacts storage, call logs, SMS messages, location, camera, microphone, hardware identifiers, and so on.</summary>
          <content type="html"><![CDATA[<p>Android is a secure operating system that has strong <a href="https://source.android.com/security/app-sandbox">app sandboxing</a>, <a href="https://source.android.com/security/verifiedboot">Verified Boot</a> (AVB), and a robust <a href="https://developer.android.com/guide/topics/permissions/overview">permission</a> control system.</p>
<p>When you buy an Android phone, the device&rsquo;s default operating system often comes with invasive integration with apps and services that are not part of the <a href="https://source.android.com/">Android Open-Source Project</a>. An example of such is Google Play Services, which has irrevocable privileges to access your files, contacts storage, call logs, SMS messages, location, camera, microphone, hardware identifiers, and so on. These apps and services increase the attack surface of your device and are the source of various privacy concerns with Android.</p>
<p>This problem could be solved by using a custom Android-based operating system that does not come with such invasive integration. Unfortunately, many custom Android-based operating systems often violate the Android security model by not supporting critical security features such as AVB, rollback protection, firmware updates, and so on. Some of them also ship <a href="https://source.android.com/setup/build/building#choose-a-target"><code>userdebug</code></a> builds which expose root over <a href="https://developer.android.com/studio/command-line/adb">ADB</a> and require <a href="https://github.com/LineageOS/android_system_sepolicy/search?q=userdebug&amp;type=code">more permissive</a> SELinux policies to accommodate debugging features, resulting in a further increased attack surface and weakened security model.</p>
<p>When choosing a custom Android-based operating system, you should make sure that it upholds the Android security model. Ideally, the custom operating system should have substantial privacy and security improvements to justify adding yet another party to trust.</p>
<h2 id="baseline-security">Baseline Security</h2>
<h3 id="verified-boot">Verified Boot</h3>
<p><img loading="lazy" src="/images/verified-boot.png" alt="Verified Boot"  />
</p>
<p><a href="https://source.android.com/security/verifiedboot">Verified Boot</a> is an important part of the Android security model. It provides protection against <a href="https://en.wikipedia.org/wiki/Evil_maid_attack">evil maid</a> attacks, malware persistence, and ensures security updates cannot be downgraded with <a href="https://source.android.com/security/verifiedboot/verified-boot#rollback-protection">rollback protection</a>.</p>
<p>On Android, only your data (inside of the /data partition) is encrypted, and the operating system files are left unencrypted. Verified Boot ensures the integrity of the operating system files, thereby preventing an adversary with physical access from tampering or installing malware on the device. In the unlikely case that malware is able to exploit other parts of the system and gain higher privileged access, Verified Boot will prevent and revert changes to the system partition upon rebooting the device.</p>
<p>Unfortunately, OEMs are only obliged to support Verified Boot on their stock Android distribution. Only a few OEMs such as Google support custom AVB key enrollment on their devices. Additionally, some AOSP derivatives such as LineageOS or /e/ OS do not support Verified Boot even on hardware with Verified Boot support for third-party operating systems. In most cases, trading off verified boot for simply not having Play Services is not worth it.</p>
<h3 id="firmware-updates">Firmware Updates</h3>
<p>Firmware updates are critical for maintaining security and without them your device cannot be secure. OEMs have support agreements with their partners to provide the closed-source components for a limited support period. These are detailed in the monthly <a href="https://source.android.com/security/bulletin">Android Security Bulletins</a>.</p>
<p>On a custom Android distribution, it is the responsibility of the operating system vendor to extract the firmware from the stock operating system, test it against their Android builds, then ship them to the user.</p>
<p>Unfortunately, many custom Android distributions, including extremely popular ones like LineageOS and /e/ OS do not ship firmware updates for most of their supported device. Instead, they expect the user to keep track of stock OS updates, extract and flash the firmware themselves. Beyond the lack of testing, this is extremely burdensome and not feasible for most end users and is yet another reason to not use these distributions.</p>
<h3 id="patch-levels">Patch Levels</h3>
<p>As the <a href="https://source.android.com/security/bulletin">Android Security Bulletins</a> is updated every month, Android-Based operating systems are expected to apply all security fixes before the next bulletin update comes out. Beside extracting the firmware, testing it and shipping it to the end user as described <a href="#firmware-updates">above</a>, the AOSP based system also need to be updated.</p>
<p>This is a particularly challenging thing to do, especially around the time of a new major Android release since there are a lot of changes. Sometimes, newer firmware versions require newer major versions of AOSP, and if the developer takes too long to update their base operating system to the next major AOSP version, they cannot ship firmware updates either, leaving users vulnerable.</p>
<p>This has happened to CalyxOS during the Android 11 to Android 12 transition. It took them <a href="https://github.com/privacyguides/privacyguides.org/pull/578#issue-1112002737">4 months</a> to update to Android 12; and during those 4 months, they could not ship any firmware updates at all, leaving the user vulnerable during that time period.</p>
<p>It would be much better if you just stick to the stock operating system (which got updated to Android 12 shortly after the AOSP 12 release) instead of using a custom operating system which could not keep up with updates as described.</p>
<h3 id="chromium-webview-updates">Chromium Webview Updates</h3>
<p>Android comes with a system <a href="https://developer.android.com/reference/android/webkit/WebView">webview</a>, a component that many apps rely on to use as part of their activity layout. It effectively behaves like a minimal browser, opening random websites with arbitrary code the internet. Thus, it is very important that this component is consistently kept up to date.</p>
<p>Some Android-based operating systems, including ones like CalyxOS, often fall behind on security updates for this component. Particularly, this has gotten so bad that they actually fell behind for <a href="https://github.com/privacyguides/privacyguides.org/pull/548#issuecomment-1018245074">3 months</a> back in January 2022 and <a href="https://github.com/privacyguides/privacyguides.org/pull/1378">2 months</a> in June 2022. It is a good indication that these operating systems cannot keep up with security updates and should not be used.</p>
<h3 id="user-builds">User Builds</h3>
<p>As mentioned <a href="/posts/os/choosing-your-android-based-operating-system/">above</a>, <code>userdebug</code> builds expose root over ADB and require more permissive SELinux policies to accommodate debugging features. They violate the Android security model and are really only meant for developers to test out their android builds during development.</p>
<p>End users should be using the production <code>user</code> builds. Distributions which do not ship <code>user</code> builds like LineageOS or /e/ OS should be avoided, especially if your device has not reached end of life.</p>
<h3 id="selinux-in-enforcing-mode">SELinux in Enforcing Mode</h3>
<p><a href="https://source.android.com/security/selinux">SELinux</a> is a critical part of the Android security model, having the Linux kernel enforcing confinement for all processes, including system processes running as root.</p>
<p>In order for a system to be secure, it must have SELinux in Enforcing mode, accompanied by fine-grained SELinux policies.</p>
<p>Unfortunately, many custom Android-based operating system builds (especially unofficial LineageOS builds) disables SELinux or set it into Permissive mode. You can check whether SELinux is in enforcing mode or not by executing <code>getenforce</code> in the ADB shell (the expected output is <code>Enforcing</code>). You should avoid any Android-based operating system builds that do not have SELinux in enforcing mode at all cost.</p>
<p><img loading="lazy" src="/images/adb-selinux.png" alt="ADB SELinux"  />
</p>
<h2 id="recommended-android-based-operating-systems">Recommended Android-Based Operating Systems</h2>
<p>Currently, I am only aware of two Android-based operating systems that should be used over the stock operating systems:</p>
<h3 id="grapheneos">GrapheneOS</h3>
<p><img loading="lazy" src="/images/grapheneos-aurora.jpg" alt="GrapheneOS Aurora"  />
</p>
<p><a href="https://grapheneos.org">GrapheneOS</a> is the <strong>only</strong> custom Android-based operating system you should buy a new phone for. It provides additional <a href="https://en.wikipedia.org/wiki/Hardening_(computing)">security hardening</a> and privacy improvements over the stock operating system from Google. It has a <a href="https://github.com/GrapheneOS/hardened_malloc">hardened memory allocator</a>, network and sensor permissions, and various other <a href="https://grapheneos.org/features">security feature</a>. GrapheneOS also comes with full firmware updates and signed builds, so verified boot is fully supported. Here is a quick video demonstrating the network and sensors permissions:</p>
<div class="youtube-embed-div">
    <iframe src="https://www.youtube-nocookie.com/embed/0ic6QK0xUMY" class="youtube-embed-frame" allowfullscreen title="YouTube Video"></iframe>
</div>  
<p>For usability purposes, GrapheneOS supports <a href="https://grapheneos.org/usage#sandboxed-google-play">Sandboxed Google Play</a>, which runs Google Play Services fully sandboxed like any other regular app. This means you can take advantage of most Google Play Services, such as <a href="https://firebase.google.com/docs/cloud-messaging/">push notifications</a>, while giving you full control over their permissions and access, and while containing them to a specific work profile or user profile of your choice. Most interestingly, the <a href="https://android-doc.github.io/google/play/billing/api.html">In-app Billing API</a>, <a href="https://play.google.com/googleplaygames">Google Play Games</a>, <a href="https://developer.android.com/guide/playcore/asset-delivery">Play Asset Delivery</a>, <a href="/posts/knowledge/multi-factor-authentication/#fido2-fast-identity-online">FIDO2</a> all work exceptionally well. Most <a href="https://landing.google.com/advancedprotection/">Advanced Protection Program</a> features, except for <a href="https://support.google.com/googleplay/answer/2812853?hl=en">Play Protect</a> and restricted app installation, also work.</p>
<p>Because GrapheneOS does not grant any Google Apps and Services apart from the opt-in eSIM action app privileged access to the system, Play Protect cannot disable or uninstall known malicious applications when it detects them. As for restricted app installation, this feature is not that useful on stock operating system anyways, since it is bypassable with <code>adb push</code>.</p>
<p>Recently, GrapheneOS has also added the <a href="https://grapheneos.org/usage#storage-access">Storage Scopes</a> feature, allowing you to force apps that request broad storage access permission to function with scoped storage. With this new feature, you no longer have to grant certain apps access to all of your media or files to use them anymore. You can watch a video of Storage Scope in action here:</p>
<div class="youtube-embed-div">
    <iframe src="https://www.youtube-nocookie.com/embed/WjrANjvrSzw" class="youtube-embed-frame" allowfullscreen title="YouTube Video"></iframe>
</div>  
<p>Currently, Google Pixel phones are the only devices that meet GrapheneOS&rsquo;s <a href="https://grapheneos.org/faq#device-support">hardware security requirements</a>.</p>
<h3 id="divestos">DivestOS</h3>
<p><a href="https://divestos.org/">DivestOS</a> is a great aftermarket operating system for devices that have gone end-of-life or are near end-of-life. Note that this is a harm reduction project, ran by one developer on the best effort basis, and you should not buy a new device just to run DivestOS.</p>
<p>Being a soft-fork of <a href="https://lineageos.org/">LineageOS</a>, DivestOS inherits many <a href="https://divestos.org/index.php?page=devices&amp;base=LineageOS">supported devices</a> from LineageOS. It has signed builds, making it possible to have <a href="https://source.android.com/security/verifiedboot">verified boot</a> on some non-Pixel devices. Unlike its upstream, it does ship <code>user</code> builds.</p>
<p>It comes with substantial hardening over AOSP. DivestOS has automated kernel vulnerability (<a href="https://en.wikipedia.org/wiki/Common_Vulnerabilities_and_Exposures">CVE</a>) <a href="https://gitlab.com/divested-mobile/cve_checker">patching</a>, fewer proprietary blobs, a custom <a href="https://divested.dev/index.php?page=dnsbl">hosts</a> file, and various security features ported from GrapheneOS. A non-exhaustive list of this includes:</p>
<ul>
<li>A hardened webview. <a href="https://gitlab.com/divested-mobile/mulch">Mulch</a> comes with <em>some</em> patches from GrapheneOS&rsquo;s Vanadium browser and the <a href="https://github.com/bromite/bromite">Bromite</a> project. It gets updated fairly quickly and does not fall behind nearly as much as Bromite did.</li>
<li>Kernel patches from GrapheneOS and enables all available kernel security features via <a href="https://github.com/Divested-Mobile/DivestOS-Build/blob/master/Scripts/Common/Functions.sh#L758">defconfig hardening</a>. All kernels newer than version 3.4 include full page <a href="https://lwn.net/Articles/334747/">sanitization</a> and all ~22 Clang-compiled kernels have <a href="https://reviews.llvm.org/D54604?id=174471"><code>-ftrivial-auto-var-init=zero</code></a> enabled.</li>
<li>GrapheneOS&rsquo;s <a href="https://developer.android.com/training/basics/network-ops/connecting"><code>INTERNET</code></a> and SENSORS permission toggle.</li>
<li><a href="https://github.com/GrapheneOS/hardened_malloc">Hardened memory allocator</a></li>
<li><a href="https://grapheneos.org/usage#exec-spawning">Secure Exec-Spawning</a></li>
<li>Partial <a href="https://en.wikipedia.org/wiki/Bionic_(software)">bionic</a> hardening patchsets from GrapheneOS</li>
<li>GrapheneOS&rsquo;s per-network full <a href="https://en.wikipedia.org/wiki/MAC_address#Randomization">MAC randomization</a> option on version 17.1 and higher</li>
<li>Automatic reboot/Wi-Fi/Bluetooth <a href="https://grapheneos.org/features">timeout options</a></li>
</ul>
<p>With that being said, DivestOS is not without its faults. The developer does not have all of the devices he is building for, and for a lot of them he simply publishes the builds blind without actually testing them. Firmware update support <a href="https://gitlab.com/divested-mobile/firmware-empty/-/blob/master/STATUS">varies</a> across devices. DivestOS also takes a very long time to update to a new major Android, and actually took longer than CalyxOS did as mentioned <a href="#firmware-updates">above</a>. It does not tend to fall behind on Chromium updates like CalyxOS, however.</p>
<p>Also, please note that I am only recommending DivestOS here, and not any of its related apps. For instance, I would not recommend using Mull, since it is just a Firefox Android fork with better defaults and still inherits many security deficiencies from its upstream, including the lack of support for <a href="https://wiki.mozilla.org/Project_Fission">site isolation</a> and <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=1565196">isolatedProcess</a>.</p>
]]></content>
      </entry>
      <entry>
        <title>Banking Applications Compatibility with GrapheneOS</title>
        <link rel="alternate" href="https://deploy-preview-444--privsec-dev.netlify.app/posts/android/banking-applications-compatibility-with-grapheneos/" />
        <id>https://deploy-preview-444--privsec-dev.netlify.app/posts/android/banking-applications-compatibility-with-grapheneos/</id>
        <published>2022-01-26T00:00:00Z</published>
        <updated>2026-04-05T03:55:57+02:00</updated>
        <summary type="html">Maintained Compatibility List for International Banking Apps
This list includes banking apps that have been tested, submitted, reviewed, and verified as compatible.
LIST | SUBMIT | UPDATE | POSSIBLE WORKAROUND SOLUTIONS
Introduction Welcome to the crowd-sourced dataset for GrapheneOS users on currently supported devices.
New visitors are encouraged to read the official usage guide on banking apps for comprehensive details about how these apps function on GrapheneOS.
IMPORTANT Please read GrapheneOS&amp;rsquo;s important announcement, officially released on Dec 1, 2023:</summary>
          <content type="html"><![CDATA[<p><strong>Maintained Compatibility List for International Banking Apps</strong></p>
<p>This list includes banking apps that have been tested, submitted, reviewed, and verified as compatible.</p>
<p><strong><a href="#international-banking-apps">LIST</a> | <a href="#submit-a-new-app-report">SUBMIT</a> | <a href="#update-status-of-app-report">UPDATE</a> | <a href="https://discuss.grapheneos.org/d/8330-app-compatibility-with-grapheneos">POSSIBLE WORKAROUND SOLUTIONS</a></strong></p>
<h2 id="introduction">Introduction</h2>
<p>Welcome to the crowd-sourced dataset for <a href="https://grapheneos.org">GrapheneOS</a> users on currently <a href="https://grapheneos.org/faq#supported-devices">supported devices</a>.</p>
<p>New visitors are encouraged to read the <a href="https://grapheneos.org/usage#banking-apps">official usage guide on banking apps</a> for comprehensive details about how these apps function on GrapheneOS.</p>
<h3 id="important">IMPORTANT</h3>
<p>Please read GrapheneOS&rsquo;s important announcement, officially released on Dec 1, 2023:<br>
<a href="https://x.com/GrapheneOS/status/1730491676760633426">X</a> | <a href="https://grapheneos.social/@GrapheneOS/111504057316755618">Mastodon</a> | <a href="https://bsky.app/profile/grapheneos.org/post/3kfhrujfcih2m">Bluesky</a></p>
<p>Also available as a <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/342">pinned issue</a>, detailing the latest developments about <a href="https://developer.android.com/privacy-and-security/safetynet/deprecation-timeline">SafetyNet&rsquo;s replacement by Play Integrity API</a>, which could impact <em>some</em> banking apps&rsquo; <a href="https://discuss.grapheneos.org/d/8330-app-compatibility-with-grapheneos#:~:text=issuecomment%2D1766887298%29-,Not%20compatible,-Due%20to%20the">compatibility</a> with GrapheneOS after the app updates.</p>
<hr>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<h2 id="international-banking-apps">International banking apps</h2>
<ul>
<li><del><a href="https://play.google.com/store/apps/details?id=com.liquidity.financial">Avalanche Card</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/629">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.binance.dev">Binance: Buy Bitcoin &amp; Crypto</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/536">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.imaginecurve.curve.prd">Curve - Your Smart Wallet</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/679">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.etoro.openbook">eToro: Trade. Invest. Connect.</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/535">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=eu.mobile.icard">iCard – beyond a wallet</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/565">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.myklarnamobile">Klarna | Shop now. Pay later.</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/314">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.monecohq.mobile.android">Moneco</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/780">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.payoneer.android">Payoneer</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/445">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.paypal.android.p2pmobile">PayPal - Send, Shop, Manage</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/127">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.paysend.app">Paysend Money Transfer App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/222">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.redotpay">RedotPay: Crypto Card &amp; Pay</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/779">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.revolut.revolut">Revolut - Mobile Finance</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/90">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.cardsmobile.swoo">Swoo: digital wallet</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/795">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.unionpay">UnionPay APP</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/421">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=eu.epicompany.wero.wallet">Wero</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/663">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.transferwise.android">Wise</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/266">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.zen.application">ZEN.COM for peaceful payments</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/785">Report</a></li>
</ul>
<h2 id="national-banking-apps">National banking apps</h2>
<h3 id="algeria">Algeria</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=ru.bpc.mobilebank.bpc">BaridiMob</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/619">Report</a></li>
</ul>
<h3 id="argentina">Argentina</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.mosync.app_Banco_Galicia">Galicia - El banco en tu celu</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/216">Report</a></li>
</ul>
<h3 id="armenia">Armenia</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=am.acba.ACBA_Mobile">acba digital</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/876">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=am.conversebank.conversebankmobile.release">Converse Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/878">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=am.imwallet.android">Idram &amp; IDBank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/877">Report</a></li>
</ul>
<h3 id="australia">Australia</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.anz.android.gomoney">ANZ Australia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/157">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.anz.lotus">ANZ Plus</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/313">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.fusion.banking">Bank Australia App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/55">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bankvic.androidsmartapp">BankVic Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/557">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=au.com.bankwest.mobile">Bankwest</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/757">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.bom.bank">Bank of Melbourne Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/800">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bendigobank.mobile">Bendigo Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/88">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.coinspot.app">CoinSpot - Buy &amp; Sell Bitcoin</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/566">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.commbank.netbank">CommBank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/75">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=au.com.gateway.android">Gateway Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/558">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=au.com.hsbc.hsbcaustralia">HSBC Australia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/375">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=au.com.ingdirect.android">ING Australia Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/500">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=au.com.macquarie.banking">Macquarie Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/409">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=au.com.mebank.banking">ME Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/203">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=au.com.mebank.mobilebanking">ME Go</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/667">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=au.com.boq.mobilebanking">myBOQ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/840">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mystate.app">MyState: The human way to bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/345">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=au.com.nab.mobile">NAB Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/76">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.stake.stake">Stake – Stocks | ETFs | SMSF</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/801">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.stgeorge.bank">St.George Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/570">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=au.com.bank86400">Ubank Money App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/156">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=au.com.cuscal.redi2pay.unib01">UniBank Australia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/806">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=au.com.up.money">Up — Easy Money</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/102">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.westpac.bank">Westpac</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/77">Report</a></li>
</ul>
<h3 id="austria">Austria</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=at.ing.diba.client.onlinebanking">bank99 | Online Banking ex-ING</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/275">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bankaustria.android.olb">Bank Austria MobileBanking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/15">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bawagpsk.bawagpsk">BAWAG Banking App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/722">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.cardcomplete.completecontrol">complete Control</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/408">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.easybank.easybank">easybank App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/597">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.xcom.flatexat">flatex next AT: Aktien und ETF</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/491">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=at.erstebank.george">George Österreich</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/490">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=at.gv.oe.app">ID Austria</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/794">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=at.rsg.pfp">Mein ELBA-App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/62">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=at.raiffeisen.mobilepay">RaiPay – Raiffeisen Österreich</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/804">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=at.plot.banking.mobile.rci">Renault Bank direkt</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/492">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=at.erstebank.securityapp">s Identity</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/278">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=at.wuestenrot.klickmal.android">Wüstenrot App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/709">Report</a></li>
</ul>
<h3 id="bangladesh">Bangladesh</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.bKash.customerapp">bKash</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/454">Report</a></li>
</ul>
<h3 id="belarus">Belarus</h3>
<ul>
<li><a href="https://appgallery.huawei.com/app/C102330987">Belinvestbank (Белинвестбанк)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/791">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.belkartpay.belkartpay">BELKART PAY</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/521">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=by.bgpb.dailyfin">DailyFin (Белгазпромбанк)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/789">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=by.alfabank.insync3">INSNC: Mobile Banking, Bank (Альфа-Банк)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/790">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=by.iparitet">iParitet</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/520">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=by.mtbank.Moby">МТБанк Moby (MTBank)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/519">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=by.lwo.oplati">Oplati (Оплати)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/792">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=by.st.priormobile">Prior Online (Приорбанк)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/793">Report</a></li>
</ul>
<h3 id="belgium">Belgium</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=be.argenta.bankieren">Argenta Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/274">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=be.belfius.directmobile.android">Belfius Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/110">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.beobank_prod.bad">Beobank Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/694">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.kbc.mobile.android.phone.cbc">CBC Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/701">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=be.crelan.channels.mobile.android.store">Crelan Mobile App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/600">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bnpp.easybanking">Easy Banking App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/405">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mobile.europabank">Europabank eb online</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/690">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bnpp.hellobank">Hello Bank Belgium</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/399">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ing.banking">ING Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/45">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=be.bmid.itsme">itsme</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/276">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.kbc.mobile.android.phone.kbc">KBC Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/401">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=be.keytradebank.phone">Keytrade Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/400">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.medirect.MobileApp">MeDirect</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/692">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.vdk.prod">mobile@vdk</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/691">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=be.cph.cphmobile">MyCPH Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/689">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=mobi.inthepocket.bcmc.bancontact">Payconiq by Bancontact</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/277">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.santander.webbanking">Santander Consumer Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/697">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.triodos.bankingbe">Triodos Banking BE</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/688">Report</a></li>
</ul>
<h3 id="brazil">Brazil</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=la.foton.basa.mybankmobile">Banco da Amazônia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/238">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=br.com.bb.android">Banco do Brasil: abrir conta</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/235">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.itau">Banco Itaú: Conta, Cartão e +</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/419">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bradesco">Bradesco: Conta, Cartão e Pix!</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/236">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=br.com.bradesco.netempresa">Bradesco Net Empresa</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/237">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=br.com.gabba.Caixa">CAIXA</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/89">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=br.gov.meugovbr">gov.br</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/310">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=br.com.intermedium">Inter&amp;Co: Conta, Cartão e Pix</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/411">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.nomadfintech.bank.app.android">Nomad: Conta em Dólar e Cartão</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/852">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.nu.production">Nubank: conta, cartão e mais</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/92">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.santander.app">Santander Brasil</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/151">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.santandermovelempresarial.app">Santander Empresas</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/153">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=br.com.santander.way">Santander Way: App de cartões</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/152">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=br.com.sicoobnet">Sicoob</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/239">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=br.com.sicredi.app">Sicredi X</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/412">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=br.com.xp.carteira">XP Investimentos</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/572">Report</a></li>
</ul>
<h3 id="bulgaria">Bulgaria</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=hr.asseco.android.jimba.mUCI.bg">Bulbank Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/895">Report</a>
<ul>
<li>Secure app spawning must be disabled for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.raiffeisen.online.mobile">KBC Mobile Bulgaria</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/357">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bfs.fibank">My Fibank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/359">Report</a></li>
</ul>
<h3 id="cambodia">Cambodia</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.paygo24.ibank">ABA Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/846">Report</a></li>
</ul>
<h3 id="canada">Canada</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=ca.affinitycu.mobile">Affinity Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/71">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.americanexpress.android.acctsvcs.ca">Amex Canada</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/683">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.atb.ATBMobile">ATB Personal - Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/415">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bmo.mobile">BMO Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/19">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.cibc.android.mobi">CIBC Mobile Banking®</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/489">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.coastcapitalsavings.dcu">Coast Capital Savings</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/175">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.celero.connectfirst">connectFirst</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/769">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.eqbank.eqbank">EQ Bank Mobile Banking</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/621">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ca.hsbc.hsbccanada">HSBC Canada</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/304">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=atws.app">IBKR Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/241">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ca.koho">KOHO: Canada&rsquo;s Money App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/889">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.td.mbna">MBNA Canada</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/753">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ca.pcfinancial.bank">PC Financial Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/623">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.questrade.questmobile">QuestMobile: Invest &amp; Trade</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/115">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?hl=en&amp;id=com.rbc.mobile.android">RBC Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/32">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.rogers.banking">Rogers Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/622">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.scotiabank.banking">Scotiabank Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/176">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.desjardins.mobile">Services mobiles Desjardins</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/550">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ca.servus.mbanking">Servus Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/760">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.pcfinancial.mobile">Simplii Financial</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/17">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ca.tangerine.clients.banking.app">Tangerine Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/16">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.td.softtoken">TD Authenticate</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/628">Report</a>
<ul>
<li>This 2FA app is broken on GrapheneOS, but can be set up if you have a second phone in reach. The TD apps work fine otherwise.</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.td">TD Canada</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/199">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.td.investing.lite">TD Easy Trade</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/680">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.wealthsimple.trade">Wealthsimple - Grow your money</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/117">Report</a></li>
</ul>
<h3 id="chile">Chile</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=cl.scotiabank.go">App Scotia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/756">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=net.veritran.becl.prod">BancoEstado</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/609">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cl.bancochile.mi_edwards">Mi Banco Edwards</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/457">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cl.santander.smartphone">Santander Chile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/360">Report</a></li>
</ul>
<h3 id="china">China</h3>
<ul>
<li><a href="https://download.abchina.com.cn/#/">中国农业银行 (Agricultural Bank of China)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/648">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.eg.android.AlipayGphone">支付宝 (Alipay)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/562">Report</a></li>
<li><a href="https://mbank.95559.com.cn:8888/mobs6/downloadApp/DA0/NDA0001.html">交通银行 (Bank of Communications)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/646">Report</a></li>
<li><a href="https://sj.qq.com/appdetail/com.icbc">中国工商银行中国工商银行 (Industrial and Commercial Bank of China)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/561">Report</a></li>
<li><a href="https://www.bankofchina.com/ebanking/service/cs1/201009/t20100921_1151946.html">中国银行</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/398">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cmb.pb">招商银行 (China Merchants Bank)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/420">Report</a></li>
<li><a href="https://www.citicbank.com/personal/ebank/personal/">中信银行 (Citic Bank)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/487">Report</a></li>
<li><a href="https://www.cib.com.cn/common/download/client.html">兴业银行 (Industrial Bank)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/486">Report</a></li>
<li><a href="https://phone.psbc.com/">中国邮政储蓄银行 (Postal Savings Bank of China)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/647">Report</a></li>
<li><a href="https://per.spdb.com.cn/personal_electronic_bank/tools_download/201701/t20170116_316975.shtml">上海浦东发展银行 (Shanghai Pudong Development Bank)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/649">Report</a></li>
</ul>
<h3 id="colombia">Colombia</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.todo1.mobile">Bancolombia Personas</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/568">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=co.com.bancofalabella.mobile.omc">Banco Falabella Colombia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/387">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=co.com.bbva.mb">BBVA Colombia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/386">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.davivienda.daviviendaapp">Davivienda</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/528">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=co.com.bancolombia.personas.superapp">Mi Bancolombia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/571">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.nequi.MobileApp">Nequi Colombia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/388">Report</a></li>
</ul>
<h3 id="costa-rica">Costa Rica</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.mobtion.scotiabank.mobilebanking">Scotiabank CR, Banca Móvil</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/678">Report</a></li>
</ul>
<h3 id="croatia">Croatia</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.infinum.erste">Erste mBanking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/817">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hr.erstebank.george">George Croatia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/373">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=agency.sevenofnine.erstewallet.production">KEKS Pay</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/402">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=co.infinum.hpb">mHPB</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/816">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hr.rba.mojarbabiz">mojaRBA BIZ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/819">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hr.asseco.android.zaba.new">m-zaba</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/461">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hr.asseco.android.mtoken.zabaPS">m-zabaPS</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/462">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hr.asseco.android.intesa.isbd.pbz">PBZ mobile banking application</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/403">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hr.pbz.digi4biz">PBZ mobile banking for BE</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/818">Report</a></li>
</ul>
<h3 id="cyprus">Cyprus</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=cy.com.netinfo.netteller.boc">Bank Of Cyprus</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/665">Report</a></li>
</ul>
<h3 id="czech-republic">Czech Republic</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=cz.creditas.richee">CREDITAS Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/78">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cz.csob.smart">ČSOB Smart</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/748">Report</a>
<ul>
<li>You can&rsquo;t open an account through the app but the rest works.</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=cz.csob.smartklic">ČSOB Smart Key</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/803">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cz.fio.sb2">Fio Smartbanking CZ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/446">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cz.csas.georgego">George Česko</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/251">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cz.kb.ndb">KB+</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/902">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cz.kb.paatproduction">KB Klíč</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/377">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=eu.inmite.prj.kb.mobilbank">KB Mobilní banka</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/376">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cz.mbank">mBank CZ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/888">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cz.airbank.android">My Air</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/31">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cz.rb.app.smartphonebanking">Raiffeisen bankovnictví</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/347">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cz.moneta.smartbanka">Smart Banka</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/554">Report</a></li>
</ul>
<h3 id="denmark">Denmark</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=dk.bec.android.mb1.b00020.prod">AL-Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/675">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=dk.jyskebank.drb">Jyske Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/307">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=dk.mitid.app.android">MitID</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/286">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.danskebank.mobilebank3.dk">Mobilbank DK – Danske Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/5">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=dk.midspar.netbank">Mobilbank MiddelfartSparekasse</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/906">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=dk.danskebank.mobilepay">MobilePay</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/7">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=dk.nordea.mobilebank">Nordea Mobile - Denmark</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/118">Report</a></li>
</ul>
<h3 id="ecuador">Ecuador</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.pacifico.movilmatico">Banco del Pacífico</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/225">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bancodeguayaquil">Banco Guayaquil</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/226">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.yellowpepper.pichincha">PICHINCHA BANCA MÓVIL</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/645">Report</a></li>
</ul>
<h3 id="egypt">Egypt</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.cibeg.ddc1.digitalbanking.live">CIB Mobile Banking App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/591">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.ofss.obdx.and.nbe.com.eg">NBE Mobile</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/459">Report</a></li>
</ul>
<h3 id="estonia">Estonia</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.swedbank">Swedbank Eestis</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/540">Report</a></li>
</ul>
<h3 id="finland">Finland</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.aktia.mobilebank">Aktia Mobile Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/775">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.holvi.app">Holvi – Business banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/578">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.komplettbank.mobile_app">Morrow Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/755">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.edenred.eq.myedenred">MyEdenred</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/652">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.nordea.mobiletoken">Nordea ID</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/280">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=fi.nordea.mobilebank">Nordea Mobile - Finland</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/915">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=fi.op.android.opmobiili">OP-mobiili</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/479">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=fi.poppankki.popmobile">POP Mobiili</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/480">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=fi.poppankki.avain">POP Avain -tunnuslukusovellus</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/481">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=fi.saastopankki">Säästöpankki Mobiili</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/883">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=fi.spankki">S-mobiili</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/43">Report</a></li>
</ul>
<h3 id="france">France</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.axabanque.fr">AXA Banque France</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/822">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=fr.banquepopulaire.cyberplus">Banque Populaire</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/473">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.caisseepargne.android.mobilebanking">Banxo</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/215">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.boursorama.android.clients">BoursoBank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/147">Report</a>
<ul>
<li>Play Integrity usage must be blocked for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=fr.ancv.beneficiaire">Chèque-Vacances</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/866">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.cic_prod.bad">CIC banque: Compte &amp; Assurance</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/526">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ei.payment.app.cic">CIC Pay : paiement mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/527">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.credit_coop.android.mobilebanking">Credit Coopératif</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/232">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.cm_prod.bad">Crédit Mutuel Banque en ligne</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/613">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.arkea.android.application.cmb">Crédit Mutuel de Bretagne</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/150">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.fortuneo.android">Fortuneo, ma Banque &amp; Bourse</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/208">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=fr.gouv.franceidentite">France Identité</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/664">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=fr.bnpp.digitalbanking">Hello bank!</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/163">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=mobi.societegenerale.mobile.lappli">L&rsquo;Appli SG</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/407">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.fullsix.android.labanquepostale.accountaccess">La Banque Postale</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/14">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=fr.creditagricole.androidapp">Ma Banque</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/73">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mmg.ccf">Mes Comptes CCF</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/821">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=net.bnpparibas.mescomptes">Mes Comptes BNP Paribas</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/165">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=fr.lcl.android.customerarea">Mes Comptes - LCL</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/196">Report</a>
<ul>
<li>Secure app spawning must be disabled for this app to run!</li>
</ul>
</li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.amundi_ee.monEpargne">Mon Epargne</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/845">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.fpe.comptenickel">Nickel - An account for all</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/631">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=eu.qonto.qonto">Qonto - Business Finance App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/548">Report</a></li>
</ul>
<h3 id="germany">Germany</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=de.direkt1822.banking">1822direkt Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/167">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.direkt1822.qrtanplus">1822direkt QRTAN+</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/438">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.direkt1822.tanplus">1822TAN+</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/368">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.apobank_apotanplus">apoTAN</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/428">Report</a>
<ul>
<li>This app does not currently work on the Pixel 10 series!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=de.bbbank.banking.app">BBBank-Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/879">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.bisonapp">BISON - Buy Bitcoin &amp; Co</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/605">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.starfinanz.smob.android.bwmobilbanking">BW Mobilbanking Phone + Tablet</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/523">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.starfinanz.mobile.android.bwpushtan">BW pushTAN pushTAN der BW-Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/524">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.c24.bankapp">C24 Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/380">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.comdirect.app">comdirect</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/348">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.comdirect.phototan">comdirect photoTAN App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/349">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.commerzbanking.mobil">Commerzbank Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/22">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.commerzbank.photoTAN">Commerzbank photoTAN</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/810">Report</a>
<ul>
<li>App2App functionality doesn&rsquo;t work.</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=de.consorsbank">Consorsbank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/841">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.kobil.consors">Consorsbank SecurePlus</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/168">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.db.pwcc.dbmobile">Deutsche Bank Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/38">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.fiduciagad.android.wlwallet">Digitales Bezahlen</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/160">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.dkbcodefactory.banking">DKB</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/106">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.elster.elstersecure.app">ElsterSecure - sicherer Login</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/353">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.gratisbroker.android.mobileapp">finanzen.net zero Aktien &amp; ETF</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/321">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.gratisbroker.android.securetan">finanzen.net zero Secure TAN</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/322">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.xcom.flatexde">flatex next: Aktien und ETF</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/59">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ebase.banking">FNZbanking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/381">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.gls.banking">GLS Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/344">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.gls.mbank">GLS mBank Classic</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/352">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.hanseaticbank.banking">Hanseatic Bank Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/686">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.hanseaticbank.secure">Hanseatic Bank Secure</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/687">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.ingdiba.bankingapp">ING Banking to go</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/48">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.kontist">Kontist</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/23">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.kuveytturk.mobil">KT Bank Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/654">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.number26.android">N26 — Love your bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/21">Report</a>
<ul>
<li>This app has started using Play Integrity to block new signups, existing accounts continue to work fine for now.</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.db.mm.norisbank">norisbank App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/425">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.olb.apptan">OLB appTAN</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/581">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.fiduciagad.android.vrwallet">Pay – Die Bezahl-App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/35">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.getpenta.app">Penta — Business Banking App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/24">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.postbank.banking">Postbank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/575">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.psd.banking.app">PSD Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/159">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.santander.presentation">Santander Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/119">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=capital.scalable.droid">Scalable Capital: ETF &amp; Stocks</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/567">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.renaultbankdirekt.securego">SecureGo+ Renault Bank direkt</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/439">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.fiduciagad.securego.wl">SecureGo plus</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/161">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.smartbroker">SMARTBROKER+ Aktien &amp; ETF</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/394">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.sparda.banking.app">SpardaBanking App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/552">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.sdvrz.ihb.mobile.secureapp.sparda.produktion">SpardaSecureApp</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/651">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.sparda.securego">SpardaSecureGo+</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/553">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.starfinanz.smob.android.sfinanzstatus">Sparkasse Ihre mobile Filiale</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/44">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.starfinanz.mobile.android.pushtan">S-pushTAN - sichere Freigaben</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/604">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.sumup.pay">SumUp Pay: mobile Finanzen</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/732">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.targo_prod.bad">TARGOBANK Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/444">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.comeco.teo">TEO - Das neue Multibanking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/650">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=one.tomorrow.app">Tomorrow: Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/20">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.traderepublic.app">Trade Republic: Broker &amp; Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/395">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.fiduciagad.banking.vr">VR Banking - einfach sicher</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/36">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=de.fiduciagad.securego.vr">VR SecureGo plus</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/477">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.vwfs.phototan">VW Financial Services photoTAN</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/497">Report</a></li>
</ul>
<h3 id="ghana">Ghana</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.breezeghana.ui">SC Mobile Ghana</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/174">Report</a></li>
</ul>
<h3 id="greece">Greece</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.EurobankEFG">Eurobank Mobile App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/302">Report</a></li>
<li><a href="https://play.google.com/store/apps/details/myAlpha_Mobile?id=com.mobileloft.alpha.droid">myAlpha Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/532">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=mbanking.NBG">NBG Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/704">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=gr.winbank.mobile.redesign">winbank app)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/301">Report</a></li>
</ul>
<h3 id="hong-kong">Hong Kong</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.airstarbank.mobilebanking">天星銀行Airstar Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/708">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bochk.app.aos">BOCHK中銀香港</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/482">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.dbs.ideal">DBS IDEAL Mobile</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/494">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.hangseng.rbmobile">Hang Seng Personal Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/529">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hk.com.hsbc.hsbchkmobilebanking">HSBC HK Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/303">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.citic.inmotion">inMotion by CNCBI</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/483">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.winghang">OCBC Hong Kong</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/484">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.octopuscards.nfc_reader">Octopus</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/485">Report</a></li>
</ul>
<h3 id="hungary">Hungary</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=pegasus.project.ebh.mobile.android.bundle.mobilebank">George Magyarország</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/673">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hu.granitbank.granitbankapp">GRÁNIT eBank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/939">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hu.khb">K&amp;H mobilbank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/448">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hu.netbank.netbankdroid">MagNet MobilBank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/677">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.rbinternational.retail.mobileapp">my Raiffeisen mobile app</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/668">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hu.otpbank.mobile">OTP Bank HU</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/245">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.otpmobil.simple">Simple Classic #MakeItEasy</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/263">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hr.asseco.android.jimba.mUCI.hu">UniCredit mBanking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/87">Report</a></li>
</ul>
<h3 id="iceland">Iceland</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=is.arionbanki.android">Arion banki</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/616">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=is.indo.android">indó</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/615">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=is.islandsbanki.creditcard">Íslandsbanki</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/899">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=is.landsbankinn.personal">Landsbankinn</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/456">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.origo.ibanking.app">Sparisjóðurinn</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/842">Report</a></li>
</ul>
<h3 id="india">India</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.axis.mobile">Axis Mobile: Pay, Invest &amp; UPI</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/139">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.altruist.BajajExperia">Bajaj Finserv: UPI,Loan,FD,MF</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/340">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=in.org.npci.upiapp">BHIM Bharat&rsquo;s Own Payments App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/135">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mgs.pnbupi">BHIM PNB</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/337">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.sbi.upi">BHIM SBI Pay:Retail &amp; Business</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/338">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.bankofbaroda.mconnect">bob World:Banking &amp; Experience</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/724">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.boi.ua.android">BOI Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/329">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.infrasofttech.CentralBank">Cent Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/142">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.fedmobile">Federal Bank - FedMobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/874">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.hdfcbank.android.now">HDFC Bank App: Banking &amp; Cards</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/799">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.npci.token.hdfc">HDFC Bank Digital Rupee</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/723">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.snapwork.hdfc">HDFC Bank MobileBanking App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/138">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.idfcfirstbank.optimus">IDFC FIRST Bank: MobileBanking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/339">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.csam.icici.bank.imobile">iMobile Pay: Banking, UPI</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/296">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.iexceed.ib.digitalbankingprod">IndSMART IndianBank Mobile App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/293">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.kotak811mobilebankingapp.instantsavingsupiscanandpayrecharge">Kotak Bank: 811 Mobile App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/905">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.msf.kbank.mobile">Kotak Mobile Banking App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/137">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=net.one97.paytm">Paytm: Secure UPI Payments</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/140">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.phonepe.app">PhonePe UPI, Payment, Recharge</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/134">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.Version1">PNB ONE</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/328">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=indwin.c3.shareapp">slice</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/583">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.infrasoft.uboi">Vyom - Union Bank of India</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/141">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.sbi.lotusintouch">YONO SBI: Banking &amp; Lifestyle</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/79">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.sbi.SBIFreedomPlus">Yono Lite SBI - Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/327">Report</a></li>
</ul>
<h3 id="indonesia">Indonesia</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.bca">BCA Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/306">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ocbcnisp.onemobileapp">OCBC mobile Indonesia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/765">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=net.myinfosys.PermataMobileX">Permata ME</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/764">Report</a></li>
</ul>
<h3 id="ireland">Ireland</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=aib.ibank.android">AIB Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/202">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bankofireland.mobilebanking">Bank of Ireland Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/389">Report</a></li>
</ul>
<h3 id="israel">Israel</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.bnhp.payments.paymentsapp">bit ביט</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/221">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.fibi.nativeapp">הבנק הבינלאומי</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/564">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.onoapps.cal4u">כאל- הטבות, מידע, אשראי</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/217">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.isracard.hatavot">ישראכרט - ארנקים, אשראי והטבות</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/219">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ideomobile.leumicard">max</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/218">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.payboxapp">פייבוקס ארנק דיגיטלי - PayBox</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/220">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ideomobile.discount">בנק דיסקונט</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/223">Report</a></li>
</ul>
<h3 id="italy">Italy</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=it.bancaetica.bank">Banca Etica</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/739">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bbva.italy">BBVA Italia | Banca Online</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/374">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=it.bnl.apps.banking">BNL</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/144">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.fineco.it">Fineco</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/131">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=it.hype.app">HYPE</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/264">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.illimity.mobile.rtl">illimity</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/281">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=it.phoenixspa.inbank">Inbank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/811">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=it.ingdirect.app">ING Italia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/547">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.latuabancaperandroid">Intesa Sanpaolo Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/197">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.intesasanpaolo.isybank.mobile">isybank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/718">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mediolanum.android.fullbanca">Mediolanum</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/720">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.unicredit">Mobile Banking UniCredit</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/431">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.satispay.customer">Satispay</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/282">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.sella.BancaSella">Sella</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/741">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.opentecheng.android.webank">Webank - Conto online</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/796">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.lynxspa.bancopopolare">YouApp – Banco BPM Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/284">Report</a></li>
</ul>
<h3 id="japan">Japan</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.aeon.credit.android.wallet">AEON Wallet</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/467">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.gmo_aozora.android.bank">GMOあおぞらネット銀行 取引アプリ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/929">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.sjml.habitto">Habitto</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/820">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.id_credit_sp2.android">iDアプリ （MVNO/SIMロックフリー端末版）</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/551">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.aeonst.app.myaeon">iAEON</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/468">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.japanpost.jp_bank.FIDOapp">Japan Post Bank Authenticator</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/464">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.japanpost.jp_bank.bankbookapp">Japan Post Bank Passbook</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/463">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.bluelab.jcoin.user">J-Coin Pay｜お得で便利なスマホ決済アプリ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/935">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.mizuhobank.banking">Mizuho Direct App みずほ銀行ダイレクト　アプリ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/886">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.jcb.my">MyJCB</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/936">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.netbk">住信SBIネット銀行 - NEOBANK</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/669">Report</a>
<ul>
<li>Secure app spawning must be disabled for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.daiichilife.neobank">第一生命NEOBANK</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/932">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.ne.paypay.android.app">PayPay-ペイペイ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/367">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.rakuten.pay">Rakuten Pay - 楽天ペイ - 楽天ポイントカードも利用できるスマホ決済アプリ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/875">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.shinseibank.powerdirect">SBI新生銀行</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/933">Report</a>
<ul>
<li>Secure app spawning must be disabled for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=net.moneykit.sbw">Sony Bank WALLET</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/937">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.mufg.bk.applisp.app">三菱ＵＦＪ銀行</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/364">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.smbc.direct">三井住友銀行アプリ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/370">Report</a>
<ul>
<li>Secure app spawning may have to be disabled for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.kyoto.bankingappli">京銀アプリ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/928">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.resona_gr.ss.SmartApp">りそなグループアプリ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/930">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.eposcard.epossupportapp">エポスアプリ</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/934">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=jp.co.nttdata">ワンタイムパスワード</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/938">Report</a></li>
</ul>
<h3 id="kazakhstan">Kazakhstan</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=kz.tsb.app24">Alatau City Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/916">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=kz.altyn.portalmobile">Altyn-i</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/914">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=kz.bcc.starbanking">bcc.kz</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/917">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=kz.eubank.smartbank">Eurasian Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/918">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=kz.bankffin.app">Freedom Banker</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/920">Report</a></li>
<li><a href="https://appgallery.huawei.com/app/C110168761">Freedom SuperApp</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/827">Report</a>
<ul>
<li>While the Google Play version does not work due to Play Integrity, you can circumvent the problem by using the Huawei version.</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=kz.forte.bank">ForteApp – online bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/919">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=kz.kkb.homebank">Halyk Kazakhstan</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/921">Report</a>
<ul>
<li>Play Integrity usage must be blocked for this app to work properly!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=kz.home.capp">Home.kz от Home Credit Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/922">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=kz.kaspi.mobile">Kaspi.kz суперприложение</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/149">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=kz.rbk.individual">My RBK</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/923">Report</a></li>
</ul>
<h3 id="kyrgyzstan">Kyrgyzstan</h3>
<ul>
<li><a href="https://app.o.kg/download/2">My O! + Bank (Мой О! + Банк)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/829">Report</a></li>
</ul>
<h3 id="latvia">Latvia</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=lv.citadele.mobile">Citadele Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/891">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=lv.apps.luminor">Luminor Latvija</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/909">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=lv.swedbank.mobile">Swedbank Latvia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/742">Report</a></li>
</ul>
<h3 id="luxembourg">Luxembourg</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.LuxTrustMobile">LuxTrust Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/700">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=lu.bcee.snetmobile">S-Net Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/211">Report</a></li>
</ul>
<h3 id="lithuania">Lithuania</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=lt.sb.mobileapp">Artea</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/711">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=lt.lemonlabs.android.paysera">Paysera Super App</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/758">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=se.seb.lithuania">SEB Lithuania</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/896">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=lt.swedbank.mobile">Swedbank Lietuva</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/244">Report</a></li>
</ul>
<h3 id="macau">Macau</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.bnu.mba">BNU</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/541">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bocmacau.com">BOC Macau</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/542">Report</a></li>
</ul>
<h3 id="malaysia">Malaysia</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.cimbmalaysia">CIMB Clicks Malaysia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/246">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.maybank2u.life">MAE by Maybank2u</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/247">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=my.com.maybank2u.m2umobile">Maybank2u MY</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/248">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=my.com.tngdigital.ewallet">Touch &rsquo;n Go eWallet</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/249">Report</a></li>
</ul>
<h3 id="mexico">Mexico</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.citibanamex.banamexmobile">App Banamex</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/612">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.microemu.android.model.common.VTUserApplicationBNRTMB">Banorte Movil</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/833">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bancomer.mbanking">BBVA México</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/607">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=mx.hsbc.hsbcmexico">HSBC México</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/832">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=mx.klar.app">Klar: Crédito, Cuenta y Ahorro</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/498">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mercadopago.wallet">Mercado Pago: cuenta digital</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/503">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.nu.production">Nu</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/92">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=mx.bancosantander.supermovil">SuperMóvil</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/834">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=mx.vexi.appmovil">Vexi</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/608">Report</a></li>
</ul>
<h3 id="moldova">Moldova</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=md.maib.maibank">maibank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/786">Report</a></li>
</ul>
<h3 id="netherlands">Netherlands</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.abnamro.nl.mobile.payments">ABN AMRO</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/108">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=nl.devolksbank.asn.bankieren">ASN Bank (De Volksbank)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/105">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bunq.android">bunq</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/656">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=nl.degiro.trader">DEGIRO: Stock Trading App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/538">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ing.mobile">ING Bankieren</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/182">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=bvm.bvmapp">Knab Bankieren</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/812">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=nl.rabomobiel">Rabobank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/47">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=nl.devolksbank.regio.bankieren">Regio Bank (De Volksbank)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/450">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=nl.devolksbank.sns.bankieren">SNS Bank (De Volksbank)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/451">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.triodos.bankingnl">Triodos Bankieren NL</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/133">Report</a>
<ul>
<li>This app is currently broken on the Pixel 10 series!</li>
</ul>
</li>
</ul>
<h3 id="new-zealand">New Zealand</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=nz.co.anz.android.mobilebanking">ANZ goMoney New Zealand</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/556">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=nz.co.asb.asbmobile">ASB Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/383">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=nz.co.kiwibank.mobile">Kiwibank Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/555">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=nz.co.cooperativebank">The Co-operative Bank (NZ)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/560">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=nz.co.westpac">Westpac One NZ Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/828">Report</a></li>
</ul>
<h3 id="norway">Norway</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=no.vipps.bankid">BankID</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/255">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.banknorwegian">Bank Norwegian</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/95">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=no.bulder.bank">Bulder</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/725">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=no.apps.dnbnor">DNB</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/630">Report</a>
<ul>
<li>This app is currently broken on the Pixel 10 series!</li>
</ul>
</li>
<li><del><a href="https://play.google.com/store/apps/details?id=no.dnb.bmpuls">DNB Bedrift</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/830">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=no.eika.mobilbank">Eika Mobilbank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/256">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.evry.mobile.android.smartbankmobile.klpbank">KLP Mobilbank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/385">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.kronmobilapp">Kron - Investering for alle</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/97">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.komplettbank.mobile_app">Morrow Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/755">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=no.nordea.mobilebank">Nordea Mobile - Norge</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/452">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.nordnet">Nordnet: Stocks &amp; Funds</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/99">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=no.skandiabanken">Sbanken</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/96">Report</a>
<ul>
<li>This app is currently broken on the Pixel 10 series!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=no.dnb.spare">Spare</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/98">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=no.sparebank1.mobilbank">SpareBank 1 Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/100">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=no.kamikazemedia.android.ssf">Sparebanken Sogn og Fjordane</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/312">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=no.spv.mobilbank">Sparebanken Vest</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/336">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.evry.android.cardcompanion.ngtv">Trumf Visa</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/101">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=no.dnb.vipps">Vipps</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/74">Report</a></li>
</ul>
<h3 id="pakistan">Pakistan</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details/Alfa_by_Bank_Alfalah?id=com.base.bankalfalah">Alfa by Bank Alfalah</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/854">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.digibop.mobile">digiBOP- Simple|Speedy|Secure</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/634">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pk.com.telenor.phoenix">easypaisa – a digital bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/855">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.hbl.android.hblmobilebanking">HBL Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/504">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.techlogix.mobilinkcustomer">JazzCash - Your Mobile Account</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/505">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.sadapay.app">SadaPay: Money made simple</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/506">Report</a></li>
</ul>
<h3 id="panama">Panama</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=pa.com.cajaDeAhorrosBanking.icBanking.androidUI">Banca Móvil CA</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/813">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bgeneral">Banca Móvil de Banco General</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/814">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.banesco.banescomovilpa.tcmbpa.android">Banesco PA</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/731">Report</a></li>
</ul>
<h3 id="peru">Peru</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.bbva.nxt_peru">BBVA Perú</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/417">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bcp.innovacxion.yapeapp">Yape</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/416">Report</a></li>
</ul>
<h3 id="philippines">Philippines</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.bpi.ng.app">BPI</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/601">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.globe.gcash.android">GCash</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/382">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ph.com.gotyme">GoTyme Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/510">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.rcbc.pulz">RCBCpulz</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/602">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.securitybank.bbx">Security Bank App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/598">Report</a></li>
</ul>
<h3 id="poland">Poland</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=pl.aliorbank.aib">Alior Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/735">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=wit.android.bcpBankingApp.millenniumPL">Bank Millennium</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/171">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pl.pkobp.iko">IKO</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/25">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pl.alior.mobile.exchange.prd">Kantor Walutowy Alior Banku</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/172">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pl.mbank">mBank PL</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/136">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pl.ing.mojeing">Moje ING mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/169">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pl.nestbank.nestbank">Nest Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/576">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=softax.pekao.powerpay">PeoPay</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/298">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pl.santanderconsumer">Santander Consumer Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/577">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pl.bzwbk.bzwbk24">Santander mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/371">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.getingroup.mobilebanking">VeloBank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/606">Report</a></li>
</ul>
<h3 id="portugal">Portugal</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=wit.android.bcpBankingApp.activoBank">ActivoBank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/826">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pt.novobanco.nbsmarter">App novobanco</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/579">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=wit.android.bcpBankingApp.activoBank">ActivoBank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/300">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pt.bancobig.app">Banco BiG | Portugal</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/873">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bankinter.portugal.bmb">Bankinter Portugal</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/808">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pt.santander.oneappparticulares">Santander Portugal</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/750">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pt.bancobpi.mobile.fiabilizacao">BPI APP</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/736">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pt.cgd.caixadirectaempresas">Caixadirecta Empresas</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/120">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=cgd.pt.caixadirectaparticulares">Caixadirecta</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/214">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ca.mobile.explorer">CA Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/288">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pt.sibs.android.mbway">MB WAY</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/289">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=wit.android.bcpBankingApp.millennium">Millenniumbcp</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/843">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=pt.moey.app">moey!</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/378">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=caixaeconomica.androidmobile">M24</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/710">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=es.openbank.mobile">Openbank – banca móvil</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/240">Report</a></li>
</ul>
<h3 id="romania">Romania</h3>
<ul>
<li><del><a href="https://play.google.com/store/apps/details?id=ro.btrl.pay">BT Pay</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/83">Report</a>
<ul>
<li>App falsely considers GrapheneOS to be rooted. Most users have success reaching out to customer support who will often restore access.</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=ro.bcr.georgego">George Romania</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/179">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ro.ing.mobile.banking.android.activity">ING HomeBank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/356">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=libra.mobile.banking">Libra Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/404">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ro.raiffeisen.smartmobile">Raiffeisen Smart Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/86">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ro.digibank.app">Salt Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/655">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hr.asseco.android.jimba.mUCI.ro">UniCredit RO - Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/859">Report</a></li>
</ul>
<h3 id="russia">Russia</h3>
<ul>
<li><a href="https://alfabank.ru/everyday/online/androidmobileapp/">Alfa-Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/835">Report</a></li>
<li><a href="https://appgallery.huawei.com/app/C103191567">Mir Pay</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/495">Report</a></li>
<li><a href="https://www.vtb.ru/personal/online-servisy/vtb-online-android/">VTB</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/516">Report</a></li>
<li><a href="https://appgallery.cloud.huawei.com/appdl/C100994843">Сбербанк (Sberbank)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/517">Report</a></li>
<li><a href="https://www.tbank.ru/apps/android-bank/">T-Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/522">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.yandex.bank">Yandex Pay</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/518">Report</a></li>
<li><a href="https://www.rustore.ru/catalog/app/ru.raiffeisennews">Райффайзен Онлайн Банк Россия</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/777">Report</a></li>
</ul>
<h3 id="serbia">Serbia</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=rs.erstebank.george">George Srbija</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/893">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=rs.Raiffeisen.mobile">Moja mBanka</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/70">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=rs.raiffeisen.raipay">RaiPay Raiffeisen bank Srbija</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/702">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=rs.yettelbank.app">Yettel Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/885">Report</a></li>
</ul>
<h3 id="singapore">Singapore</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.americanexpress.android.acctsvcs.sg">Amex Singapore</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/590">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.tpaay.bigpay">BigPay – financial services</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/271">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.chocolatefinance.app">Chocolate Finance</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/585">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.cimb.sg.clicksMobile">CIMB Clicks Singapore</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/268">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.citibank.mobile.sg">Citibank SG</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/267">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.dbs.sg.iwealth">DBS digibank - wealth</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/183">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.dbs.ideal">DBS IDEAL Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/494">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.dbs.dbspaylah">DBS PayLah!</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/584">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.grabtaxi.passenger">Grab - Taxi &amp; Food Delivery</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/316">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=sg.com.gxs.app">GXS Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/315">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.iapps.slide.userapp.ichange">iChange</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/320">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.instarem.mobileapp">Instarem: Send money overseas</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/272">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=sg.com.maribankmobile.digitalbank">MariBank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/586">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ocbc.mobilebv">OCBC Business</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/587">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ocbc.mobile">OCBC Digital - Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/146">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=air.app.scb.breeze.android.main.sg.prod">SC Mobile Singapore</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/762">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=sg.sfl.ib">SFL Go</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/273">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.sif.retailbanking">SIF Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/270">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=sg.trust">Trust Bank SG</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/589">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.uob.mighty.app">UOB TMRW</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/890">Report</a></li>
</ul>
<h3 id="slovakia">Slovakia</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=bank.sk365.app">365.bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/326">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=sk.fio.sb2">Fio Smartbanking SK</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/513">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=sk.slsp.georgego">George Slovakia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/343">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=sk.mbank">mBank SK</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/563">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.zentity.sbank.csobsk">SmartBanking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/713">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=sk.tb.ib.tatraandroid">Tatra banka</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/325">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=sk.vub.banking">VÚB Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/849">Report</a></li>
<li><a href="https://play.google.com/store/apps/details/V%C3%9AB_Mobile_Banking?id=sk.vub.mobile">VÚB Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/633">Report</a></li>
</ul>
<h3 id="slovenia">Slovenia</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=si.delavskahranilnica.dhdenarnik">DH Denarnik</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/178">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.hrc.eb.mobile.android.hibismobiledh">DH Mobilni</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/177">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=hr.asseco.android.intesa.isbd.isps">INTESA SANPAOLO BANK MOBILE</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/747">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=co.infinum.nlb">NLB Klik Slovenia</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/782">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=si.nlbpay.slovenija">NLB Pay</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/783">Report</a></li>
</ul>
<h3 id="south-africa">South Africa</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=capitec.acuity.mobile.prod">Capitec Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/880">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=za.co.fnb.connect.itt">FNB Banking App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/850">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.sbg.mobile.phone">Standard Bank / Stanbic Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/797">Report</a></li>
</ul>
<h3 id="south-korea">South Korea</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.nhnent.payapp">PAYCO</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/262">Report</a>
<ul>
<li>Secure app spawning must be disabled for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.scbank.ma30">SC Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/543">Report</a>
<ul>
<li>Secure app spawning must be disabled for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.kebhana.hanapush">하나은행, 하나원큐는 돈기운 가득한 은행 앱</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/259">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=kr.co.welcomebank.omb">웰컴디지털뱅크(웰컴저축은행)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/260">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.wooribank.smart.npib">우리은행 우리WON뱅킹</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/261">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=viva.republica.toss">토스</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/432">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.kbstar.kbbank">KB국민은행 스타뱅킹</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/433">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.shinhan.sbanking">신한 SOL뱅크-신한은행 스마트폰 뱅킹</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/434">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=kr.co.samsungcard.mpocket">삼성카드</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/435">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.naverfin.payapp">네이버페이</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/436">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.epost.psf.sdsi">우체국뱅킹</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/544">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.miraeasset.trade">미래에셋증권 M-STOCK</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/545">Report</a>
<ul>
<li>Secure app spawning must be disabled for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.hyundaicard.appcard">현대카드</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/546">Report</a>
<ul>
<li>Secure app spawning must be disabled for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.kakaobank.channel">카카오뱅크</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/763">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.kakaopay.app">카카오페이</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/776">Report</a></li>
</ul>
<h3 id="spain">Spain</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.abanca.bancamovil.particulares">ABANCA - Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/749">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bancamarch.bancamovil">Banca March</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/372">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=net.inverline.bancosabadell.officelocator.android">Banco Sabadell App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/257">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=es.bancosantander.apps">Banco Santander</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/390">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bbva.bbvacontigo">BBVA Spain | Online Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/213">Report</a>
<ul>
<li>BBVA Pay works but you need to disable secure app spawning!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=es.b100.app">B100 - The Healthy Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/714">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=es.lacaixa.mobile.android.newwapicon">CaixaBankNow</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/355">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=es.caixabank.caixabanksign">CaixaBank Sign - Digital sign</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/354">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.cajaingenieros.android.bancamovil">Caja Ingenieros Banca MÓVIL</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/496">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=es.evobanco.bancamovil">EVO Banco móvil</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/112">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.imaginbank.app">imagin: Mobile Bank, Finances</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/940">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.myinvestor.es">MyInvestor · Banco &amp; Inversión</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/898">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=es.openbank.mobile">Openbank – banca móvil</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/240">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=es.unicajabanco.app">Unicaja | Banca Online</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/715">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.westernunion.moneytransferr3app.es">Western Union Send Money</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/881">Report</a></li>
</ul>
<h3 id="sri-lanka">Sri Lanka</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.nationstrust.frimi">FriMi</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/853">Report</a></li>
</ul>
<h3 id="sweden">Sweden</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.americanexpress.android.acctsvcs.se">Amex SE</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/384">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=se.avanzabank.androidapplikation">Avanza</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/11">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bankid.bus">BankID security app</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/8">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.handelsbanken.mobile.android">Handelsbanken SE - Privat</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/324">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=se.icabanken">ICA Banken</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/365">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.kivra.Kivra">Kivra Sweden</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/193">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=se.lf.mobile.android">Länsförsäkringar</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/91">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.danskebank.mobilebank3.se">Mobilbank SE — Danske Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/4">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.komplettbank.mobile_app">Morrow Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/755">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=se.nordea.mobilebank">Nordea Mobile - Sweden</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/9">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.nordnet">Nordnet: Stocks &amp; Funds</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/363">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=se.sbab.bankapp">SBAB</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/362">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=se.seb.privatkund">SEB</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/361">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.payair.converged.swed">Swedbank plånbok!</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/530">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=se.swedbank.mobil">Swedbank private</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/12">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=se.bankgirot.swish">Swish payments</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/6">Report</a></li>
</ul>
<h3 id="switzerland">Switzerland</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.abs.android.mbanking">ABS Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/233">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.abs.twint">ABS TWINT</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/569">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.agov.accessapp">AGOV access</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/856">Report</a>
<ul>
<li>Secure app spawning must be disabled for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.airlock.iam.a2fa">Airlock 2FA</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/229">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.alpian.alpian">Alpian - Banking &amp; Investing</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/515">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bcn.android.mbanking">BCN Mobile banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/145">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.bcv.mobile.android">BCV Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/231">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.bekb.BEKBApp">BEKB App – Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/910">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.bekb.twintwl">BEKB TWINT</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/911">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.bkb.digital.banking.android">BKB Digital Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/788">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.cembra.cmf">Cembra App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/639">Report</a>
<ul>
<li>Secure app spawning must be disabled for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.csg.cs.dnmb">Credit Suisse – CSX</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/72">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.sixgroup.debixplus">debiX+</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/227">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.migrosbank.android">Migros Bank E-Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/582">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.neonbanking.app">neon - your account app</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/207">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.postfinance.android">PostFinance App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/414">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.twint.payment">Prepaid TWINT &amp; other banks</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/228">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.radicant.bank">radicant: next-generation Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/726">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.raiffeisen.android">Raiffeisen E-Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/26">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.raiffeisen.phototan">Raiffeisen PhotoTAN</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/618">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.raiffeisen.twint">Raiffeisen TWINT</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/617">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.swisscard.prod">Swisscard</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/865">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.swissquote.android">Swissquote</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/471">Report</a>
<ul>
<li>This app officially supports GrapheneOS!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.ubs.swidK2Y.android">UBS Access: Secure login</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/508">Report</a></li>
<li><a href="https://play.google.com/store/apps/details/UBS_TWINT?id=com.ubs.Paymit.android">UBS TWINT</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/507">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ubs.swidKXJ.android">UBS &amp; UBS key4</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/493">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.zkb.digipass">ZKB Access</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/94">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ch.zkb.slv.mobile.client.android">ZKB Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/93">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=ch.zkb.twint">ZKB TWINT</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/824">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.yuh">Yuh - Your App. Your Money.</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/509">Report</a>
<ul>
<li>This app officially supports GrapheneOS!</li>
</ul>
</li>
</ul>
<h3 id="taiwan">Taiwan</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.chb.mobile.pmb">彰銀行動銀行ChaiBo</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/626">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.chb.mobile">彰銀行動網</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/625">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=tw.gov.post.mpost">行動郵局</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/624">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.cathaybk.mymobibank.android">國泰世華 行動銀行</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/29">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mitake.android.epost">e動郵局</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/27">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ipass.ipassmoney">一卡通 iPASS MONEY</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/632">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.chinatrust.mobilebank">中國信託行動銀行 Home Bank</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/30">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.nextbank.ncbportal">將來銀行 NEXT BANK</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/627">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=tw.com.taishinbank.mobile">台新銀行 「行動銀行」</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/28">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=tw.com.megabank.mobilebank.pre">兆豐銀行</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/716">Report</a></li>
</ul>
<h3 id="thailand">Thailand</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.bbl.mobilebanking">Bangkok Bank Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/406">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.kasikorn.retail.mbanking.wap">K PLUS</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/265">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.krungsri.kma">krungsri</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/771">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=ktbcs.netbank">Krungthai NEXT</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/770">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.scb.phone">SCB Easy</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/195">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.beeasy.airpay">ShopeePay</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/335">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=th.co.truemoney.wallet">TrueMoney - Pay &amp; Earn Coins</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/784">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.uob.mightyth2">UOB TMRW Thailand</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/333">Report</a></li>
</ul>
<h3 id="turkey">Turkey</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=finansbank.enpara">Enpara.com Cep Şubesi</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/707">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.pozitron.iscep">İşCep: Banking &amp; Finance</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/611">Report</a></li>
</ul>
<h3 id="ukraine">Ukraine</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=ua.oschadbank.flumo">Ощад</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/539">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ua.android.kredobank.prod">KredoBank: ваш мобільний банк</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/839">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ua.privatbank.ap24">Privat24</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/124">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ftband.mono">monobank — банк у телефоні</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/323">Report</a></li>
</ul>
<h3 id="uzbekistan">Uzbekistan</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=uz.kapitalbank.android">Uzum Bank onlayn. O&rsquo;zbekiston</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/823">Report</a></li>
</ul>
<h3 id="united-arab-emirates">United Arab Emirates</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.adcb.bank">ADCB</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/123">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.dib.app">DIB alt mobile banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/662">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.emiratesislamic.android">EI +</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/660">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.emiratesnbd.android">ENBD X</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/534">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.fab.personalbanking">FAB Mobile</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/180">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=ae.hsbc.hsbcuae">HSBC UAE</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/533">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=io.wio.retail">Wio Personal</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/659">Report</a></li>
</ul>
<h3 id="united-kingdom">United Kingdom</h3>
<ul>
<li><del><a href="https://play.google.com/store/apps/details?id=ftb.ibank.android">AIB (NI) Mobile</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/734">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.americanexpress.android.acctsvcs.uk">Amex United Kingdom</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/40">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.grppl.android.shell.BOS">Bank of Scotland Mobile App</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/243">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.barclays.bca">Barclaycard</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/42">Report</a>
<ul>
<li>This app only runs in the owner profile and secure app spawning may have to be disabled!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.barclays.android.barclaysmobilebanking">Barclays</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/341">Report</a>
<ul>
<li>This app only runs in the owner profile and secure app spawning may have to be disabled!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.cot.app">Capital On Tap</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/424">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.chase.intl">Chase UK</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/69">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=to.chip.app">Chip - Savings and Investments</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/440">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.cbs.prod">Coventry Building Society</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/423">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=co.uk.cynergybank.authenticator">Cynergy Bank Authenticator</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/447">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.cooperativebank.bank">The Co-operative Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/205">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.firstdirect.bankingonthego">first direct</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/128">Report</a></li>
<li><del><a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/309">Halifax Mobile Banking</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/309">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=uk.co.hsbc.hsbcukmobilebanking">HSBC UK Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/33">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.investengine.app">InvestEngine: ETF Investing</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/620">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.nutmeg.app">J.P. Morgan Personal Investing</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/868">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bsocial">Kroo Bank - Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/449">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.grppl.android.shell.CMBlloydsTSB73">Lloyds Bank Mobile Banking</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/53">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.marcus.android">Marcus by Goldman Sachs®</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/212">Report</a>
<ul>
<li>Secure app spawning must be disabled for this app to run!</li>
</ul>
</li>
<li><del><a href="https://play.google.com/store/apps/details?id=uk.co.mbna.cardservices.android">MBNA Mobile App</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/537">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=co.uk.getmondo">Monzo Bank - Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/58">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=uk.co.metrobankonline.mobile.android.production">Metro Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/209">Report</a>
<ul>
<li>Secure app spawning must be disabled for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.mns.mnsuk.android">M&amp;S Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/695">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=co.uk.Nationwide.Mobile">Nationwide Banking App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/332">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.rbs.mobile.android.natwest">NatWest Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/34">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.nomo.bank.app">Nomo Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/661">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.rbs.mobile.android.rbs">Royal Bank of Scotland</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/397">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=uk.co.santander.santanderUK">Santander Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/635">Report</a>
<ul>
<li>Secure app spawning may have to be disabled for this app to run!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.starlingbank.android">Starling Bank - Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/39">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.tescobank.mobile">Tesco Bank and Clubcard Pay+</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/129">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.tideplatform.banking">Tide – Mobile Business Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/206">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.avuscapital.trading212">Trading 212: Stocks, ETFs, ISA</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/703">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.triodos.bankinguk">Triodos Bank UK</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/132">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=uk.co.tsb.newmobilebank">TSB Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/143">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.rbs.mobile.android.ubn">Ulster Bank NI Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/766">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.vanquis.app">Vanquis Credit Card</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/892">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.virginmoney.uk.mobile.android">Virgin Money Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/54">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.zopa.zeos">Zopa Bank</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/442">Report</a></li>
</ul>
<h3 id="united-states">United States</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.adpmobile.android">ADP Mobile Solutions</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/559">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.alliant.mobile">Alliant Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/85">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ally.MobileBanking">Ally: Banking &amp; Investing</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/113">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.afcu.mobilebanking">America First Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/148">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ifs.banking.fiid1561">AmeriCU Credit Union</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/767">Report</a>
<ul>
<li>This app officially supports GrapheneOS!</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.americanexpress.android.acctsvcs.us">Amex</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/125">Report</a>
<ul>
<li>You can&rsquo;t mark your device as trusted so you will have to authenticate yourself with 2FA every time you open this app.</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=com.ifs.banking.fiid3337">Arizona Financial Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/912">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.axos.udb">Axos All-In-One Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/430">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.infonow.bofa">Bank of America Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/242">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.becu.androidapp">BECU</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/60">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.beneficialstatebank.mobile">Beneficial State Bank Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/574">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.betterment">Betterment Invest &amp; Save Money</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/573">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.konylabs.capitalone">Capital One Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/107">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.firstbankcard.mobilebanking">Card by FNBO</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/887">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.squareup.cash">Cash App</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/453">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.cefcu5095.mobile">CEFCU Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/641">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.chase.sig.android">Chase Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/13">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.onedebit.chime">Chime – Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/46">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.q2e.citadel5012android.citadelmobile.uwnmobile">Citadel Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/773">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.citi.mobile.ccc">CitiManager – Corporate Cards</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/511">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.citi.citimobile">Citi Mobile®</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/366">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.citizensbank.androidapp">Citizens Bank Mobile Banking</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/66">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.coinbase.android">Coinbase: Buy BTC, ETH, SOL</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/778">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ifs.banking.fiid1454">CommunityAmerica Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/154">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ifs.banking.fiid3475">Connex Credit Union Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/857">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ccubank.mobile">Consumers Credit Union</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/727">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.q2e.corefirst3104android.corefirst.uwnmobile">CoreFirst Bank &amp; Trust Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/369">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.trycrew.crew">Crew Finance</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/807">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.projectfinance.android.dcu">DCU Digital Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/67">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.discoverfinancial.mobile">Discover Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/64">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.etrade.mobilepro.activity">E*TRADE: Invest. Trade. Save.</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/334">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ewbank.digital">East West Bank Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/392">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.q2e.enterprise3114android.ebandtmobile.uwnmobile">Enterprise Bank &amp; Trust Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/752">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.essexsavings.imobile">Essex Bank CT</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/858">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.fidelity.sqrl">Fidelity Bloom®: Save &amp; Spend</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/391">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.fidelity.android">Fidelity Investments</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/65">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.clairmail.fth">Fifth Third Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/41">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.firstentertainmentcu.firstentertainmentcu">First Entertainment Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/285">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mfoundry.mb.android.mb_lx7">First Merchants Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/158">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.fis.consumer283071788">First Savings Bank Personal</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/666">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.q2e.universityofiowacommunitycreditunion5086.mobile.production">GreenState CU Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/122">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.growfinancialfcu.growfinancialfcu">Grow Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/68">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.gtefinancial.mobile">GTE Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/81">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.a84102934.wallet.cardcontrol">GTE Cards</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/82">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.huntington.m">Huntington Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/761">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.logixbanking.mobile">Logix Banking</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/676">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mtb.mbanking.sc.retail.prod">M&amp;T Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/305">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.mainstreetcu.grip">Mainstreet Credit Union</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/111">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mascoma.mascoma">Mascoma Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/684">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.morganstanley.clientmobile.prod">Morgan Stanley Wealth Mgmt</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/860">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.msufcu.mobile">MSUFCU Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/311">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.softek.ofxclmobile.nasa">NASA FCU</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/882">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.navyfederal.android">Navy Federal Credit Union</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/393">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mfoundry.mb.android.mb_nba_pb">NB|AZ Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/455">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.oldgloryholdingcompany4930.mobile">Old Glory Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/429">Report</a></li>
<li><a href="https://play.google.com/store/apps/details/OnPoint_Mobile?id=com.onpointcommunitycreditunion5123.mobile">OnPoint Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/501">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=us.openbank.digital">Openbank U.S.</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/751">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.penfed.mobile.banking">Pentagon Federal Credit Union</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/466">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.PSECUMobilePlus.com">PSECU Mobile</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/610">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.schoolsfirstfcu.mobile.banking.isam">SchoolsFirst FCU Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/126">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.schwab.mobile">Schwab Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/61">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ifs.mobilebanking.fiid9094">Service CU Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/166">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.sofi.mobile">SoFi - Banking &amp; Investing</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/413">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.suncoast.mobile">Suncoast SunMobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/809">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.tdbank">TD Bank (US)</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/358">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.texanscu.texanscu">Texans CU</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/56">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.truist.mobile">Truist Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/904">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.ucu.mobile">University Credit Union</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/465">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.usaa.mobile.android.usaa">USAA Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/80">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.usbank.mobilebanking">U.S. Bank Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/84">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.ksfcu.ksfcu">Valley Strong Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/706">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.venmo">Venmo</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/512">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.verizon.fintech.isaac">Verizon Visa Card</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/872">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.wecu.mobilebanking">WECU Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/681">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.wf.wellsfargomobile">Wells Fargo Mobile</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/63">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.westerra.release.prod.release">Westerra Credit Union</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/642">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=org.wsecu.n">WSECU Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/614">Report</a></li>
</ul>
<h3 id="venezuela">Venezuela</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.bancamiga">Bancamiga Suite</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/862">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.banesco.samfbancamovilunificada">Banesco VE</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/730">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.bancodevenezuela.bdvdigital">BDV</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/870">Report</a></li>
</ul>
<h3 id="vietnam">Vietnam</h3>
<ul>
<li><a href="https://play.google.com/store/apps/details?id=com.vnpay.abbank">AB Ditizen</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/592">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.vnpay.Agribank3g">Agribank Plus</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/637">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mbmobile">MB Bank</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/594">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.mservice.momotransfer">MoMo -Trợ thủ Tài chính với AI</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/595">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=vn.com.ocb.awe">OCB OMNI 4.0</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/596">Report</a></li>
<li><del><a href="https://play.google.com/store/apps/details?id=com.sacombank.ewallet">Sacombank Pay</a></del> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/848">Report</a>
<ul>
<li>This app currently works if you perform DNS filtering on some domains.</li>
</ul>
</li>
<li><a href="https://play.google.com/store/apps/details?id=vn.shb.mbanking">SHB Mobile Banking</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/254">Report</a></li>
<li><a href="https://play.google.com/store/apps/details?id=com.vietinbank.ipay">VietinBank iPay</a> - <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/593">Report</a></li>
</ul>
<hr>
<h2 id="prerequisites">Prerequisites</h2>
<p>This section covers how to submit or update a banking app report.</p>
<h3 id="submit-a-new-app-report">Submit a new app report</h3>
<p>There are several methods for GrapheneOS users to contribute their banking app report:</p>
<table>
<thead>
<tr>
<th style="text-align:left">Method</th>
<th style="text-align:left">Description</th>
<th style="text-align:center">Action</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align:left"><strong>GitHub</strong></td>
<td style="text-align:left">Fill out the form on the <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues">issue tracker</a> using your GitHub account</td>
<td style="text-align:center"><a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/new?assignees=&amp;labels=&amp;template=app_report.yml"><code>SUBMIT REPORT</code></a></td>
</tr>
<tr>
<td style="text-align:left"><strong>Non-GitHub</strong></td>
<td style="text-align:left">View gist → Raw → Save template markdown file to fill out.</td>
<td style="text-align:center"><a href="https://gist.github.com/akc3n/e845078ddbbb28ada0dd055c51ec45af"><code>Gist</code></a></td>
</tr>
<tr>
<td style="text-align:left">Curl</td>
<td style="text-align:left">Terminal → <code>curl -O</code> → paste copied url (gist form <code>.md</code> template) ⟶</td>
<td style="text-align:center"><a href="https://gist.githubusercontent.com/akc3n/e845078ddbbb28ada0dd055c51ec45af/raw/c2bb563db726b80491a59c68d7f15c0897f563a0/banking-app-report-issue-form.md"><code>Copy link address</code></a></td>
</tr>
</tbody>
</table>
<p>Alternatively, curl and pipe the output directly into your preferred text editor for editing, for example:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-bash" data-lang="bash"><span class="line"><span class="cl">curl https://gist.githubusercontent.com/akc3n/e845078ddbbb28ada0dd055c51ec45af/raw/c2bb563db726b80491a59c68d7f15c0897f563a0/banking-app-report-issue-form.md<span class="se">\?</span>T <span class="p">|</span> nvim -
</span></span></code></pre></div><h3 id="update-status-of-app-report">Update status of app report</h3>
<p>Please avoid opening a new issue to update the status of a banking app report.</p>
<p>Instead, use <code>CTRL</code> + <code>F</code> on this page or search on the <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues">issue tracker</a> for the app and open its <code>Report</code>. Then, simply add your update as a comment to the existing report.</p>
<p>For non-GitHub users, if you have tried all the combinations from these <a href="https://discuss.grapheneos.org/d/8330-app-compatibility-with-grapheneos">possible workaround solutions</a> and still cannot resolve your specific banking app compatibility issue, feel free to <a href="https://github.com/akc3n/akc3n?tab=readme-ov-file#connect">contact me</a> for further assistance.</p>
<hr>
<h2 id="note">Note</h2>
<p>GrapheneOS has a <a href="https://grapheneos.org/articles/attestation-compatibility-guide">detailed guide</a> for app developers on how to support GrapheneOS with the hardware attestation API. Direct use of the hardware attestation API provides much higher assurance than using SafetyNet so these apps have nothing to lose by using a more meaningful API and supporting a more secure OS.</p>
<blockquote>
<p>GrapheneOS users are strongly encouraged to share this documentation with app developers who enforce only being able to use the stock OS. Send an email to the developers and leave a review of the app with a link to this information. Share it with other users and create pressure to support GrapheneOS rather than locking users into the stock OS without a valid security reason. GrapheneOS not only upholds the app security model but substantially reinforces it, so it cannot be justified with reasoning based on security, anti-fraud, etc.</p>
</blockquote>
<p>Refer to <a href="https://github.com/PrivSec-dev/banking-apps-compat-report/issues/342">https://github.com/PrivSec-dev/banking-apps-compat-report/issues/342</a> or the official GrapheneOS announcement on <a href="https://grapheneos.social/@GrapheneOS/111504057316755618">Mastodon</a>/<a href="https://x.com/GrapheneOS/status/1730491676760633426">X</a>/<a href="https://bsky.app/profile/grapheneos.org/post/3kfhrujfcih2m">Bluesky</a> for more information.</p>
]]></content>
      </entry>
      <entry>
        <title>F-Droid Security Issues</title>
        <link rel="alternate" href="https://deploy-preview-444--privsec-dev.netlify.app/posts/android/f-droid-security-issues/" />
        <id>https://deploy-preview-444--privsec-dev.netlify.app/posts/android/f-droid-security-issues/</id>
        <published>2022-01-02T21:28:31Z</published>
        <updated>2025-02-02T17:45:47+01:00</updated>
        <summary type="html">F-Droid is a popular alternative app repository for Android, especially known for its main repository dedicated to free and open-source software. F-Droid is often recommended among security and privacy enthusiasts, but how does it stack up against Play Store in practice? This write-up will attempt to emphasize major security issues with F-Droid that you should consider.
Before we start, a few things to keep in mind:
The main goal of this write-up was to inform users so they can make responsible choices, not to trash someone else&amp;rsquo;s work.</summary>
          <content type="html"><![CDATA[<p>F-Droid is a popular alternative app repository for Android, especially known for its main repository dedicated to free and open-source software. F-Droid is often recommended among security and privacy enthusiasts, but how does it stack up against Play Store in practice? This write-up will attempt to emphasize major security issues with F-Droid that you should consider.</p>
<p>Before we start, a few things to keep in mind:</p>
<ul>
<li>The main goal of this write-up was to inform users so they can make responsible choices, not to trash someone else&rsquo;s work. I have respect for any work done in the name of good intentions. Likewise, please don&rsquo;t misinterpret the intentions of this article.</li>
<li>You have your own reasons for using open-source or free/libre/whatever software which won&rsquo;t be discussed here. A development model shouldn&rsquo;t be an excuse for bad practices and shouldn&rsquo;t lure you into believing that it can provide strong guarantees it cannot.</li>
<li>A lot of information in this article is sourced from official and trusted sources, but you&rsquo;re welcome to do your own research.</li>
<li>These analyses do not account for threat models and personal preferences. As the author of this article, I&rsquo;m only interested in facts and not ideologies.</li>
</ul>
<p><em>This is not an in-depth security review, nor is it exhaustive.</em></p>
<h2 id="1-the-trusted-party-problem">1. The trusted party problem</h2>
<p>To understand why this is a problem, you&rsquo;ll have to understand a bit about F-Droid&rsquo;s architecture, the things it does very differently from other app repositories, and the <a href="https://arxiv.org/pdf/1904.05572.pdf">Android platform security model</a> (some of the issues listed in this article are somewhat out of the scope of the OS security model, but the majority is).</p>
<p>Unlike other repositories, F-Droid signs all the apps in the main repository with <strong>its own signing keys</strong> (unique per app) at the exception of the very few <a href="https://f-droid.org/en/docs/Reproducible_Builds/">reproducible builds</a>. A signature is a mathematical scheme that guarantees the authenticity of the applications you download. Upon the installation of an app, Android pins the signature across the entire OS (including user profiles): that&rsquo;s what we call a <em>trust-on-first-use</em> model since all subsequent updates of the app must have the corresponding signature to be installed.</p>
<p>Normally, the developer is supposed to sign their own app prior to its upload on a distribution channel, whether that is a website or a traditional repository (or both). You don&rsquo;t have to trust the source (usually recommended by the developer) except for the first installation: future updates will have their authenticity cryptographically guaranteed. The issue with F-Droid is that all apps are signed by the same party (F-Droid) which is also not the developer. You&rsquo;re now adding another party you&rsquo;ll have to trust since <strong>you still have to trust the developer</strong> anyway, which isn&rsquo;t ideal: <strong>the fewer parties, the better</strong>.</p>
<p>On the other hand, Play Store now manages the app signing keys too, as <a href="https://developer.android.com/studio/publish/app-signing#app-signing-google-play">Play App Signing</a> is required for app bundles which are required for new apps since August 2021. These signing keys can be uploaded or automatically generated, and are securely stored by <a href="https://services.google.com/fh/files/misc/security_whitepapers_march2018.pdf">Google Cloud Key Management Service</a>. It should be noted that the developer still has to sign the app with <strong>an upload key</strong> so that Google can verify its authenticity before signing it with the app signing key. For apps created before August 2021 that may have <a href="https://developer.android.com/studio/publish/app-signing#opt-out">not opted in Play App Signing</a> yet, the developer still manages the private key and is responsible for its security, as a compromised private key can allow a third party to sign and distribute malicious code.</p>
<p>F-Droid requires that the source code of the app is exempt from any proprietary library or ad service, according to their <a href="https://f-droid.org/en/docs/Inclusion_Policy/">inclusion policy</a>. Usually, that means that some developers will have to maintain a slightly different version of their codebase that should comply with F-Droid&rsquo;s requirements. Besides, their &ldquo;quality control&rdquo; offers <strong>close to no guarantees</strong> as having access to the source code doesn&rsquo;t mean it can be easily proofread. Saying Play Store is filled with malicious apps is beyond the point: the <strong>false sense of security</strong> is a real issue. Users should not think of the F-Droid main repository as free of malicious apps, yet unfortunately many are inclined to believe this.</p>
<blockquote>
<p>But&hellip; can&rsquo;t I just trust F-Droid and be done with it?</p>
</blockquote>
<p><a href="https://forum.f-droid.org/t/is-it-as-safe-as-it-is-from-fdroid-official-repo/15956/12">You don&rsquo;t have to take my word for it</a>: they openly admit themselves it&rsquo;s a <a href="https://forum.f-droid.org/t/is-it-as-safe-as-it-is-from-fdroid-official-repo/15956/2">very basic process</a> relying on badness enumeration (this doesn&rsquo;t work by the way) which consists in a few scripts scanning the code for proprietary blobs and known trackers. You are therefore not exempted from trusting upstream developers and it goes for any repository.</p>
<p><em>A tempting idea would be to compare F-Droid to the desktop Linux model where users trust their distribution maintainers out-of-the-box (this can be sane if you&rsquo;re already trusting the OS anyway), but the desktop platform is intrinsically chaotic and heterogeneous for better and for worse. It really shouldn&rsquo;t be compared to the Android platform in any way.</em></p>
<p>While we&rsquo;ve seen that F-Droid controls the signing servers (much like Play App Signing), F-Droid also fully controls the build servers that run the disposable VMs used for building apps. And from June to November of 2022, their guest VM image <a href="https://gitlab.com/groups/fdroid/-/milestones/5#tab-issues">officially ran an end-of-life release of Debian LTS</a>. It is also worth noting that Debian LTS separate project from Debian which attempts to extend the lifetime of releases that are deemed end-of-life by the Debian project and <a href="https://wiki.debian.org/LTS">does not get handled by the Debian Security team</a>. The version they were using (Debian Stretch) was actually discontinued <a href="https://wiki.debian.org/DebianStretch">2 years prior</a>. Undoubtedly, this raises questions about their whole infrastructure security.</p>
<blockquote>
<p>How can you be sure that the app repository can be held to account for the code it delivers?</p>
</blockquote>
<p>F-Droid&rsquo;s answer, interesting yet largely unused, is <a href="https://f-droid.org/en/docs/Reproducible_Builds/">build reproducibility</a>. While deterministic builds are a neat idea in theory, it requires the developer to make their toolchain match with what F-Droid provides. It&rsquo;s additional work on both ends sometimes resulting in <a href="https://code.briarproject.org/briar/briar/-/issues/1612">apps severely lagging behind in updates</a>, so reproducible builds are not as common as we would have wanted. It should be noted that reproducible builds in the main repository can be exclusively developer-signed.</p>
<p>Google&rsquo;s approach is <a href="https://developer.android.com/guide/app-bundle/code-transparency">code transparency for app bundles</a>, which is a simple idea addressing some of the concerns with Play App Signing. A JSON Web Token (JWT) signed by a key private to the developer is included in the app bundle before its upload to Play Store. This token contains a list of DEX files and native <code>.so</code> libraries and their hashes, allowing end-users to verify that the running code was built and signed by the app developer. Code transparency has known limitations, however: not all resources can be verified, and this verification can only be done manually since it&rsquo;s not part of the Android platform itself (so requiring a code transparency file cannot be enforced by the OS right now). Despite its incompleteness, code transparency is still helpful, easy to implement, and thus something we should see more often as time goes by.</p>
<blockquote>
<p>What about other app repositories such as Amazon?</p>
</blockquote>
<p><a href="https://developer.amazon.com/docs/app-submission/understanding-submission.html#code_wrapper">To my current knowledge</a>, the Amazon Appstore has always been wrapping APKs with their own code (including their own trackers), and this means they were effectively resigning submitted APKs.</p>
<p>If you understood correctly the information above, Google can&rsquo;t do this for apps that haven&rsquo;t opted in Play App Signing. As for apps concerned by Play App Signing, while Google could technically introduce their own code like Amazon, they wouldn&rsquo;t do that without telling about it since this will be easily noticeable by the developer and more globally researchers. They have other means on the Android app development platform to do so. Believing they won&rsquo;t do that based on this principle is not a strong guarantee, however: hence the above paragraph about code transparency for app bundles.</p>
<p>Huawei AppGallery seems to have a <a href="https://developer.huawei.com/consumer/en/doc/distribution/app/20210812">similar approach</a> to Google, where submitted apps could be developer-signed, but newer apps will be resigned by Huawei.</p>
<h2 id="2-f-droids-ridiculous-inclusion-policy-and-its-consequences">2. F-Droid&rsquo;s ridiculous inclusion policy and its consequences</h2>
<p>F-Droid, to carry out its &ldquo;<a href="https://f-droid.org/en/about/">passion for Free and Open Source Software</a> (FOSS) on the Android platform&rdquo;, requires that developers adhere to a strict <a href="https://f-droid.org/en/docs/Inclusion_Policy/">inclusion policy</a> for their app(s) to be hosted on the main repository. According to this policy, F-Droid requires the source code of an app to exclude any proprietary library or ad service. This stringent mandate has proven to be harmful to developers and even end users.</p>
<p>As a result of F-Droid&rsquo;s inclusion policy, usually, some developers usually have to maintain a slightly different version of their codebase for their app to comply with F-Droid’s requirements. For developers, this means not only spending more time and energy, but also, in some cases, working with libraries and components that may be outdated. Sometimes, the restrictions imposed by F-Droid&rsquo;s inclusion policy have a knock-on effect on end users as well, as demonstrated in the following case with Snikket.</p>
<p>In December 2022, the Snikket project published a <a href="https://snikket.org/blog/fdroid-security-warning/">blog post</a> that addressed the users of their app who downloaded it from F-Droid. It sought to allay any panic from users if they receive a warning from F-Droid &ldquo;telling them that the app [Snikket] has a vulnerability and that they &lsquo;recommend uninstalling immediately&rsquo;&rdquo;. In a <a href="https://snikket.org/blog/fdroid-security-update/">subsequent blog post</a>, Snikket clarified that this warning from F-Droid &ldquo;wasn’t entirely accurate, as the problem wasn’t with the Snikket app itself but specifically <em>F-Droid’s own build of the app</em> that was using <em>an outdated version of the WebRTC library</em>&rdquo; (emphasis added).</p>
<p>Indeed, as the first blog post by the Snikket project details, the WebRTC component of Snikket&rsquo;s F-Droid version pulled third-party binaries from Google&rsquo;s Maven repository (which stopped releasing new builds in <strong>January 2020</strong>), presumably to adhere to the parts of the inclusion policy that forbid the use of &ldquo;Non-Free&rdquo; dependencies and build tools. Note that the developer-signed versions of Snikket published on the Play Store were not affected by this issue, for they were built with a modern WebRTC version. Furthermore, the second blog post by Snikket reveals how the older third-party version of WebRTC used for their F-Droid app actually hindered the addition of new improvements to the app from upstream.</p>
<p>Overall, this case study highlights how F-Droid&rsquo;s inclusion policy ultimately harms end users by forcing app developers to adopt potentially decrepit development tools and build processes in service of its regnant FOSS ideology.</p>
<h2 id="3-slow-and-irregular-updates">3. Slow and irregular updates</h2>
<p>Since you&rsquo;re adding one more party to the mix, that party is now responsible for delivering proper builds of the app: it&rsquo;s a common thing among traditional Linux distributions and their packaging system. They have to catch up with <em>upstream</em> on a regular basis, but very few do it well (Arch Linux comes to my mind). Others, like Debian, prefer making extensive <em>downstream</em> changes and delivering security fixes for a subset of vulnerabilities assigned to a CVE (yeah, it&rsquo;s as bad as it sounds, but that&rsquo;s another topic).</p>
<p>Not only does F-Droid require specific changes for the app to comply with its inclusion policy, which often leads to more maintenance work, it also has a rather strange way of triggering new builds. Part of its build process seems to be <a href="https://f-droid.org/en/docs/FAQ_-_App_Developers/">automated</a>, which is the least you could expect. Now here&rsquo;s the thing: app signing keys are on an <strong>air-gapped server</strong> (meaning it&rsquo;s disconnected from any network, at least that&rsquo;s what they claim: see <a href="https://f-droid.org/docs/Building_a_Signing_Server/">their recommendations</a> for reference), which forces an irregular update cycle where a human has to manually trigger the signing process. It is far from an ideal situation, and you may argue it&rsquo;s the least to be expected since by entrusting all the signing keys to one party, you could also introduce a single point of failure. Should their system be compromised (whether from the inside or the outside), this could lead to serious security issues affecting plenty of users.</p>
<p><em>This is one of the main reasons why Signal refused to support the inclusion of a third-party build in the F-Droid official repository. While <a href="https://github.com/signalapp/Signal-Android/issues/127">this GitHub issue</a> is quite old, many points still hold true today.</em></p>
<p>Considering all this, and the fact that their build process is often broken using outdated tools, you have to expect <strong>far slower updates</strong> compared to a traditional distribution system. Slow updates mean that you will be exposed to security vulnerabilities more often than you should&rsquo;ve been. It would be unwise to have a full browser updated through the F-Droid official repository, for instance. F-Droid third-party repositories somewhat mitigate the issue of slow updates since they can be managed directly by the developer. It isn&rsquo;t ideal either as you will see below.</p>
<h2 id="4-low-target-api-level-sdk-for-client--apps">4. Low target API level (SDK) for client &amp; apps</h2>
<p>SDK stands for <em>Software Development Kit</em> and is the collection of software to build apps for a given platform. On Android, a higher SDK level means you&rsquo;ll be able to make use of modern API levels of which each iteration brings <strong>security and privacy improvements</strong>. For instance, API level 31 makes use of all these improvements on Android 12.</p>
<p>As you may already know, Android has a strong sandboxing model where each application is sandboxed. You could say that an app compiled with the highest API level benefits from all the latest improvements brought to the app sandbox; as opposed to outdated apps compiled with older API levels, which have a <strong>weaker sandbox</strong>.</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-fallback" data-lang="fallback"><span class="line"><span class="cl"># b/35917228 - /proc/misc access
</span></span><span class="line"><span class="cl"># This will go away in a future Android release
</span></span><span class="line"><span class="cl">allow untrusted_app_25 proc_misc:file r_file_perms;
</span></span><span class="line"><span class="cl">
</span></span><span class="line"><span class="cl"># Access to /proc/tty/drivers, to allow apps to determine if they
</span></span><span class="line"><span class="cl"># are running in an emulated environment.
</span></span><span class="line"><span class="cl"># b/33214085 b/33814662 b/33791054 b/33211769
</span></span><span class="line"><span class="cl"># https://github.com/strazzere/anti-emulator/blob/master/AntiEmulator/src/diff/strazzere/anti/emulator/FindEmulator.java
</span></span><span class="line"><span class="cl"># This will go away in a future Android release
</span></span><span class="line"><span class="cl">allow untrusted_app_25 proc_tty_drivers:file r_file_perms;
</span></span></code></pre></div><p>This is a mere sample of the <a href="https://android.googlesource.com/platform/system/sepolicy/+/refs/tags/android-12.0.0_r21/private">SELinux exceptions</a> that have to be made on older API levels so that you can understand why it matters.</p>
<p>It turns out the official F-Droid client doesn&rsquo;t care much about this since it lags behind quite a bit, <strong><a href="https://gitlab.com/fdroid/fdroidclient/-/blob/master/app/build.gradle?ref_type=heads#L42">targeting the API level 29</a></strong> (Android 7.1) of which some SELinux exceptions were shown above. As a workaround, some users recommended third-party clients like <a href="https://github.com/Iamlooker/Droid-ify">Droid-ify</a> or <a href="https://github.com/NeoApplications/Neo-Store">Neo Store</a>. While these clients might be technically better, they’re <a href="https://infosec.exchange/@divested/111174351060422166">missing features</a>, pooly maintained, and they also introduce yet another party to the mix.</p>
<p>Furthermore, F-Droid <strong>doesn&rsquo;t enforce a minimum target SDK</strong> for the official repository. Play Store <a href="https://developer.android.com/google/play/requirements/target-sdk">does that quite aggressively</a> for new apps and app updates:</p>
<ul>
<li>Since August 2021, Play Store requires new apps to target at least API level 30.</li>
<li>Since November 2021, existing apps must at least target API level 30 for updates to be submitted.</li>
</ul>
<p>While it may seem bothersome, it&rsquo;s a necessity to keep the <strong>app ecosystem modern and healthy</strong>. Here, F-Droid sends the wrong message to developers (and even users) because they should care about it, and this is why many of us think it may be even harmful to the FOSS ecosystem. Backward compatibility is often the enemy of security, and while there&rsquo;s a middle-ground for convenience and obsolescence, it shouldn&rsquo;t be exaggerated. As a result of this philosophy, the main repository of F-Droid is filled with obsolete apps from another era, just for these apps to be able to run on the more than ten years old Android 4.0 Ice Cream Sandwich. Let&rsquo;s not make the same mistake as the desktop platforms: instead, complain to your vendors for selling devices with no decent OS/firmware support.</p>
<p>There is little practical reason for developers not to increase the target SDK version (<code>targetSdkVersion</code>) along with each Android release. This attribute matches the version of the platform an app is targeting, and allows access to modern improvements, rules and features on a modern OS. The app can still ensure backwards compatibility in such a way that it can run on older platforms: the <code>minSdkVersion</code> attribute informs the system about the minimum API level required for the application to run. Setting it too low isn&rsquo;t practical though, because this requires having a lot of fallback code (most of it is handled by common libraries) and separate code paths.</p>
<p>At the time of writing:</p>
<ul>
<li>Android 9 is the oldest Android version that is <a href="https://endoflife.date/android">getting security updates</a>.</li>
<li><a href="https://developer.android.com/about/dashboards">~80% of the Android devices</a> used in the world are <strong>at least</strong> running 8.0 Oreo.</li>
</ul>
<p><em>Overall statistics do not reflect real-world usage of a given app (people using old devices are not necessarily using your app). If anything, it should be viewed as an underestimation.</em></p>
<h2 id="5-general-lack-of-good-practices">5. General lack of good practices</h2>
<p>The F-Droid client allows multiple repositories to coexist within the same app. Many of the issues highlighted above were focused on the main official repository which most of the F-Droid users will use anyway. However, having <strong>other repositories in a single app also violates the security model of Android</strong> which was not designed for this at all. The OS expects you to trust <strong>an app repository as a single source</strong> of apps, yet F-Droid isn&rsquo;t that by design as it mixes several repositories in one single app. This is important because the OS management APIs and features (such as <a href="https://developer.android.com/reference/android/os/UserManager">UserManager</a> which can be used to prevent a user from installing third-party apps) are not meant for this and see F-Droid as a single source, so you&rsquo;re trusting the app client to not mess up far more than you should, especially when the <strong>privileged extension</strong> comes into the picture.</p>
<p>There is indeed a serious security issue with the OS first-party source feature being misused, as the privileged extension makes use of the <code>INSTALL_PACKAGES</code> <a href="https://developer.android.com/reference/android/Manifest.permission#INSTALL_PACKAGES">API</a> in an insecure manner (i.e. not implementing it with the appropriate security checks). The privileged extension accepts any request from F-Droid, which again suffers from various bugs and security issues and allows user-defined repositories by design. A lot can go wrong, and bypassing security checks for powerful APIs should definitely not be taken lightly.</p>
<p>On that note, it is also worth noting the repository metadata format isn&rsquo;t properly signed by lacking whole-file signing and key rotation. <a href="https://f-droid.org/2021/02/05/apis-for-all-the-things.html#the-repo-index">Their index v1</a> format <a href="https://gitlab.com/fdroid/fdroidserver/-/blob/3182b77d180b2313f4fdb101af96c035380abfd7/fdroidserver/signindex.py">uses JAR signing</a> with <code>jarsigner</code>, which has serious security flaws. It seems that <a href="https://gitlab.com/fdroid/fdroidserver/-/commit/3182b77d180b2313f4fdb101af96c035380abfd7">work is in progress on a v2 format</a> with support for <code>apksigner</code>, although the final implementation remains to be seen. This just seems to be an over-engineered and flawed approach since better suited tools such as <code>signify</code> could be used to sign the metadata JSON.</p>
<p>As a matter of fact, the <a href="https://developer.android.com/reference/android/Manifest.permission#UPDATE_PACKAGES_WITHOUT_USER_ACTION">new unattended update API</a> added in API level 31 (Android 12) that allows seamless app updates for app repositories without <a href="https://f-droid.org/en/packages/org.fdroid.fdroid.privileged/">privileged access</a> to the system (such an approach is not compatible with the security model) won&rsquo;t work with F-Droid &ldquo;as is&rdquo;. It should be mentioned that the aforementioned third-party client <a href="https://github.com/Iamlooker/Droid-ify/issues/20">Neo-Store</a> supports this API, although the underlying issues about the F-Droid infrastructure largely remain. Indeed, this secure API allowing for unprivileged unattended updates not only requires for the app repository client to target API level 31, but the apps to be updated also have to at least target API level 29.</p>
<p>F-Droid&rsquo;s official client also lacks <strong>TLS certificate pinning</strong>. Certificate pinning is a way for apps to increase the security of their connection to services <a href="https://developer.android.com/training/articles/security-config#CertificatePinning">by providing a set of public key hashes</a> of known-good certificates for these services instead of trusting pre-installed CAs. This can avoid some cases where an interception (<em>man-in-the-middle</em> attack) could be possible and lead to various security issues, considering you&rsquo;re trusting an app to deliver you other apps.</p>
<p>Certificate pinning is an important security feature that is also straightforward to implement using the <a href="https://developer.android.com/training/articles/security-config">declarative network security configuration</a> available since Android 7.0 (API level 24). The <a href="https://github.com/GrapheneOS/AppStore">GrapheneOS App Store</a> uses this feature; see how GrapheneOS pins both root and CA certificates in their app repository client:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-xml" data-lang="xml"><span class="line"><span class="cl"><span class="c">&lt;!-- res/xml/network_security_config.xml --&gt;</span>
</span></span><span class="line"><span class="cl"><span class="nt">&lt;network-security-config&gt;</span>
</span></span><span class="line"><span class="cl">    <span class="nt">&lt;base-config</span> <span class="na">cleartextTrafficPermitted=</span><span class="s">&#34;false&#34;</span><span class="nt">/&gt;</span>
</span></span><span class="line"><span class="cl">    <span class="nt">&lt;domain-config&gt;</span>
</span></span><span class="line"><span class="cl">        <span class="nt">&lt;domain</span> <span class="na">includeSubdomains=</span><span class="s">&#34;true&#34;</span><span class="nt">&gt;</span>apps.grapheneos.org<span class="nt">&lt;/domain&gt;</span>
</span></span><span class="line"><span class="cl">        <span class="nt">&lt;pin-set&gt;</span>
</span></span><span class="line"><span class="cl">            <span class="c">&lt;!-- ISRG Root X1 --&gt;</span>
</span></span><span class="line"><span class="cl">            <span class="nt">&lt;pin</span> <span class="na">digest=</span><span class="s">&#34;SHA-256&#34;</span><span class="nt">&gt;</span>C5+lpZ7tcVwmwQIMcRtPbsQtWLABXhQzejna0wHFr8M=<span class="nt">&lt;/pin&gt;</span>
</span></span><span class="line"><span class="cl">            <span class="c">&lt;!-- ISRG Root X2 --&gt;</span>
</span></span><span class="line"><span class="cl">            <span class="nt">&lt;pin</span> <span class="na">digest=</span><span class="s">&#34;SHA-256&#34;</span><span class="nt">&gt;</span>diGVwiVYbubAI3RW4hB9xU8e/CH2GnkuvVFZE8zmgzI=<span class="nt">&lt;/pin&gt;</span>
</span></span><span class="line"><span class="cl">            <span class="c">&lt;!-- Let&#39;s Encrypt R3 --&gt;</span>
</span></span><span class="line"><span class="cl">            <span class="nt">&lt;pin</span> <span class="na">digest=</span><span class="s">&#34;SHA-256&#34;</span><span class="nt">&gt;</span>jQJTbIh0grw0/1TkHSumWb+Fs0Ggogr621gT3PvPKG0=<span class="nt">&lt;/pin&gt;</span>
</span></span><span class="line"><span class="cl">            <span class="c">&lt;!-- Let&#39;s Encrypt E1 --&gt;</span>
</span></span><span class="line"><span class="cl">            <span class="nt">&lt;pin</span> <span class="na">digest=</span><span class="s">&#34;SHA-256&#34;</span><span class="nt">&gt;</span>J2/oqMTsdhFWW/n85tys6b4yDBtb6idZayIEBx7QTxA=<span class="nt">&lt;/pin&gt;</span>
</span></span><span class="line"><span class="cl">            ...
</span></span><span class="line"><span class="cl">        <span class="nt">&lt;/pin-set&gt;</span>
</span></span><span class="line"><span class="cl">    <span class="nt">&lt;/domain-config&gt;</span>
</span></span><span class="line"><span class="cl"><span class="nt">&lt;/network-security-config&gt;</span>
</span></span></code></pre></div><p>The Play Store does not use certificate pinning exactly, but achieves a similar level of security for all connections to Google by using a limited set of root CAs, including <a href="https://pki.goog/">their own</a>). This practice, alongside the Play Store&rsquo;s use of <a href="https://source.android.com/docs/security/features/apksigning">package signing</a> and <a href="https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html">properly signed metadata</a>, guarantees that the apps you download from the Play Store are genuine and delivered securely. F-Droid does <strong>not</strong> provide the same guarantee.</p>
<p>To be fair, they&rsquo;ve thought several times about adding certificate pinning to their client <a href="https://gitlab.com/fdroid/fdroidclient/-/issues/105">at least for the default repositories</a>. <a href="https://gitlab.com/fdroid/fdroidclient/-/blob/1.14-alpha4/app/src/main/java/org/fdroid/fdroid/FDroidCertPins.java">Relics of preliminary work</a> can even be found in their current codebase, but it&rsquo;s unfortunate that they haven&rsquo;t been able to find <a href="https://github.com/f-droid/fdroidclient/commit/7f78b46664981b9b73cadbfdda6391f6fe939c77">any working implementation</a> so far. Given the overly complex nature of F-Droid, that&rsquo;s largely understandable.</p>
<p>F-Droid also has a problem regarding the adoption of <strong><a href="https://source.android.com/security/apksigning">new signature schemes</a></strong> as they <a href="https://forum.f-droid.org/t/why-f-droid-is-still-using-apk-signature-scheme-v1/10602">held out on the v1 signature scheme</a> (which was <a href="https://www.xda-developers.com/janus-vulnerability-android-apps/">horrible</a> and deprecated since 2017) until they were forced by Android 11 requirements to support the newer v2/v3 schemes (v2 was introduced in Android 7.0). Quite frankly, this is straight-up bad, and <strong>signing APKs with GPG</strong> is no better considering <a href="https://latacora.micro.blog/2019/07/16/the-pgp-problem.html">how bad PGP and its reference implementation GPG are</a> (even Debian <a href="https://wiki.debian.org/Teams/Apt/Spec/AptSign">is trying to move away from it</a>). Ideally, F-Droid should fully move on to newer signature schemes, and should completely phase out the legacy signature schemes which are still being used for some apps and metadata.</p>
<h2 id="6-confusing-ux">6. Confusing UX</h2>
<p>It is worth mentioning that their website has (for some reason) always been hosting an <a href="https://forum.f-droid.org/t/why-does-the-f-droid-website-nearly-always-host-an-outdated-f-droid-apk/6234">outdated APK of F-Droid</a>, and this is still the case today, leading to many users wondering why they can&rsquo;t install F-Droid on their secondary user profile (due to the downgrade prevention enforced by Android). &ldquo;Stability&rdquo; seems to be the main reason mentioned on their part, which doesn&rsquo;t make sense: either your version isn&rsquo;t ready to be published in a stable channel, or it is and new users should be able to access it easily.</p>
<p>F-Droid should enforce the approach of prefixing the package name of their alternate builds with <code>org.f-droid</code> for instance (or add a <code>.fdroid</code> suffix as some already have). Building and signing while <strong>reusing the package name</strong> (<a href="https://developer.android.com/studio/build/configure-app-module">application ID</a>) is bad practice as it causes <strong>signature verification errors</strong> when some users try to update/install these apps from other sources, even directly from the developer. That is again due to the security model of Android which enforces a signature check when installing app updates (or installing them again in a secondary user profile). Note that this is going to be an issue with Play App Signing as well, and developers are encouraged to follow this approach should they intend to distribute their apps through different distribution channels.</p>
<p>This results in a confusing user experience where it&rsquo;s hard to keep track of who signs each app, and from which repository the app should be downloaded or updated.</p>
<h2 id="7-misleading-permissions-approach">7. Misleading permissions approach</h2>
<p>F-Droid shows a list of the <a href="https://developer.android.com/reference/android/Manifest.permission">low-level permissions</a> for each app: these low-level permissions are usually grouped in the standard high-level permissions (Location, Microphone, Camera, etc.) and special toggles (nearby Wi-Fi networks, Bluetooth devices, etc.) that are explicitly based on a type of sensitive data. While showing a list of low-level permissions could be useful information for a developer, it&rsquo;s often a <strong>misleading</strong> and inaccurate approach for the end-user. Since Android 6, apps have to <a href="https://developer.android.com/guide/topics/permissions/overview#runtime">request the standard permissions at runtime</a> and do not get them simply by being installed, so showing all the &ldquo;under the hood&rdquo; permissions without proper context is not useful and makes the permission model unnecessarily confusing.</p>
<p>F-Droid claims that these low-level permissions are relevant because they support Android 5.1+, meaning they support very outdated versions of Android where apps could have <a href="https://source.android.com/devices/tech/config/runtime_perms">install-time permissions</a>. Anyway, if a technical user wants to see all the manifest permissions for some reason, then they can access the app manifest pretty easily (in fact, exposing the raw manifest would be less misleading). But this is already beyond the scope of this article because anyone who cares about privacy and security wouldn&rsquo;t run a 8 years old version of Android that has not received security updates for years.</p>
<p>A <a href="https://gitlab.com/fdroid/fdroid-website/-/merge_requests/834">discussion about this</a> took place on F-Droid&rsquo;s GitLab repository. In short, F-Droid downplayed the issue with their misleading permission labels, and their lead developer proceeded to call the Android permission model a &ldquo;dumpster fire&rdquo; and claim that the operating system cannot sandbox untrusted apps while still remaining useful.</p>
<p><em>To clear up confusion: even apps targeting an API level below 23 (Android 5.1 or older) do not have permissions granted at install time on modern Android, which instead displays a legacy permission grant dialog. Whether or not permissions are granted at install time does not just depend on the app&rsquo;s <code>targetSdkVersion</code>. And even if this were the case, the OS package installer on modern Android would&rsquo;ve been designed to show the requested permissions for those legacy apps.</em></p>
<p>For example, the low-level permission <code>RECEIVE_BOOT_COMPLETED</code> is referred to in F-Droid as the <em>run at startup</em> description, when in fact this permission is not needed to start at boot and just refers to a specific time broadcasted by the system once it finishes booting, and is not about background usage (though power usage may be a valid concern). To be fair, these short summaries used to be provided by the Android documentation years ago, but the permission model has drastically evolved since then and most of them aren&rsquo;t accurate anymore.</p>
<blockquote>
<p><em>Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running.</em></p>
</blockquote>
<p>In modern Android, the background restriction toggle is what really provides the ability for apps to run in the background. Some low-level permissions don&rsquo;t even have a security/privacy impact and shouldn&rsquo;t be misinterpreted as having one. Anyhow, you can be sure that each dangerous low-level permission has a <strong>high-level representation</strong> that is <strong>disabled by default</strong> and needs to be <strong>granted dynamically</strong> to the app (by a toggle or explicit user consent in general).</p>
<p>Another example to illustrate the shortcomings of this approach would be the <code>QUERY_ALL_PACKAGES</code> low-level permission, which is referred to as the <em>query all packages</em> permission that &ldquo;allows an app to see all installed packages&rdquo;. While this is somewhat correct, this can also be misleading: apps do not need <code>QUERY_ALL_PACKAGES</code> to list other apps within the same user profile. Even without this permission, some apps are visible automatically (visibility is restricted by default <a href="https://developer.android.com/training/package-visibility">since Android 11</a>). If an app needs more visibility, it will declare a <code>&lt;queries&gt;</code> element in its manifest file: in other words, <code>QUERY_ALL_PACKAGES</code> is only one way to achieve visibility. Again, this goes to show low-level manifest permissions are not intended to be interpreted as high-level permissions the user should fully comprehend.</p>
<p>Play Store for instance conveys the permissions in a way less misleading way: the main low-level permissions are first grouped in their high-level user-facing toggles, and the rest is shown under &ldquo;Other&rdquo;. This permission list can only be accessed by taping &ldquo;About this app&rdquo; then &ldquo;App permissions - See more&rdquo; at the bottom of the page. Play Store will tell the app may request access to the following permissions: this kind of wording is more important than it seems. <em>Update: since July 2022, Play Store doesn&rsquo;t offer a way to display low-level permissions anymore.</em></p>
<p>Moreover, <a href="https://support.google.com/googleplay/android-developer/answer/9888170">Play Store restricts the use of highly invasive permissions</a> such as <code>MANAGE_EXTERNAL_STORAGE</code> which allows apps to opt out of scoped storage if they can&rsquo;t work with <a href="https://developer.android.com/guide/topics/providers/document-provider">more privacy friendly approaches</a> (like a file explorer). Apps that can&rsquo;t justify their use of this permission (which again has to be granted dynamically) may be removed from Play Store. This is where an app repository can actually be useful in their review process to protect end-users from installing poorly made apps that might compromise their privacy. Not that it matters much if these apps target very old API levels that are inclined to require invasive permissions in the first place&hellip;</p>
<h2 id="conclusion-what-should-you-do">Conclusion: what should you do?</h2>
<p>So far, you have been presented with referenced facts that are easily verifiable. In the next part, I&rsquo;ll allow myself to express my own thoughts and opinions. You&rsquo;re free to disagree with them, but don&rsquo;t let that overshadow the rest.</p>
<p>While some improvements could easily be made, I don&rsquo;t think F-Droid is in an ideal situation to solve all of these issues because some of them are <strong>inherent flaws</strong> in their architecture. I&rsquo;d also argue that their core philosophy is not aligned with some security principles expressed in this article. In any case, I can only wish for them to improve since they&rsquo;re one of the most popular alternatives to commercial app repositories, and are therefore trusted by a large userbase.</p>
<p>F-Droid is often seen as the only way to get and support open-source apps: that is not the case. Sure, F-Droid could help you in finding FOSS apps that you wouldn&rsquo;t otherwise have known existed. Many developers also publish their FOSS apps on the <strong>Play Store</strong> or their website directly. Most of the time, releases are available on <strong>GitHub</strong>, which is great since each GitHub releases page has an Atom feed. If downloading APKs from regular websites, you can use <code>apksigner</code> to validate the authenticity by comparing the certificate fingerprint against the fingerprint from another source (it wouldn&rsquo;t matter otherwise).</p>
<p>This is how you may proceed to get the app certificate:</p>
<div class="highlight"><pre tabindex="0" class="chroma"><code class="language-fallback" data-lang="fallback"><span class="line"><span class="cl">apksigner verify --print-certs --verbose myCoolApp.apk
</span></span></code></pre></div><p>Also, as written above: the OS pins the app signature (for all profiles) upon installation, and enforces signature check for app updates. In practice, this means the source doesn&rsquo;t matter as much after the initial installation.</p>
<p>For most people, I&rsquo;d recommend just <strong>sticking with Play Store</strong>. Play Store isn&rsquo;t quite flawless, but emphasises the adoption of modern security standards which in turn encourages better privacy practices; as strange as it may sound, Google is not always doing bad things in that regard.</p>
<p><em>Note: this article obviously can&rsquo;t address all the flaws related to Play Store itself. Again, the main topic of this article is about F-Droid and should not be seen as an exhaustive comparison between different app repositories.</em></p>
<blockquote>
<p>Should I really care?</p>
</blockquote>
<p><strong>It&rsquo;s up to your threat model</strong>, and of course your personal preferences. Most likely, your phone won&rsquo;t turn into a nuclear weapon if you install F-Droid on it - and this is far from the point that this article is trying to make. Still, I believe the information presented will be valuable for anyone who values a <strong>practical approach to privacy</strong> (rather than an ideological one). Such an approach is partially described below.</p>
<blockquote>
<p>But there is more malware in Play Store! How can you say that it&rsquo;s more secure?</p>
</blockquote>
<p>As explained above, it doesn&rsquo;t matter as you shouldn&rsquo;t really rely on any quality control to be the sole guarantee that a software is free of malicious or exploitable code. Play Store and even the Apple App Store may have a considerable amount of malware because a full reverse-engineering of any uploaded app isn&rsquo;t feasible realistically. However, they fulfill their role quite well, and that is all that is expected of them.</p>
<blockquote>
<p>With Play App Signing being effectively enforced for new apps, isn&rsquo;t Play Store as &ldquo;flawed&rdquo; as F-Droid?</p>
</blockquote>
<p>I&rsquo;ve seen this comment repeatedly, and it would be dismissing all the other points made in this article. Also, I strongly suggest that you carefully read the sections related to Play App Signing, and preferably the official documentation on this matter. It&rsquo;s not a black and white question and there are many more nuances to it.</p>
<blockquote>
<p>Aren&rsquo;t open-source apps more secure? Doesn&rsquo;t it make F-Droid safer?</p>
</blockquote>
<p>You can still find and get your open-source apps elsewhere. And no, open-source apps <a href="https://seirdy.one/2022/02/02/floss-security.html">aren&rsquo;t necessarily more private or secure</a>. Instead, you should rely on the strong security and privacy guarantees provided by a modern operating system with <strong>a robust sandboxing/permission model</strong>, namely modern Android, GrapheneOS and iOS. Pay close attention to the permissions you grant, and avoid legacy apps as they could require invasive permissions to run.</p>
<p>When it comes to <em>trackers</em> (this really comes up a lot), you shouldn&rsquo;t believe in the flawed idea that you can enumerate all of them. The <em>enumerating badness</em> approach is <a href="https://www.ranum.com/security/computer_security/editorials/dumb/">known to be flawed in the security field</a>, and the same applies to privacy. You shouldn&rsquo;t believe that a random script can detect every single line of code that can be used for data exfiltration. Data exfiltration can be properly prevented in the first place by the permission model, which again <strong>denies access to sensitive data by default</strong>: this is a simple, yet rigorous and effective approach.</p>
<p>No app should be unnecessarily entrusted with any kind of permission. It is only if you deem it necessary that you should allow access to a type of data, and this access should be as fine-grained as possible. That&rsquo;s the way the Android platform works (regular apps run in the explicit <code>untrusted_app</code> domain) and continues evolving. Contrary to some popular beliefs, usability and most productivity tasks can still be achieved in a secure and private way.</p>
<blockquote>
<p>Isn&rsquo;t Google evil? Isn&rsquo;t Play Store spyware?</p>
</blockquote>
<p>Some people tend to exaggerate the importance of Google in their threat model, at the cost of pragmatism and security/privacy good practices. Play Store isn&rsquo;t spyware and can run unprivileged like it does on GrapheneOS (including with unattended updates support). On the vast majority of devices though, Google Play is a privileged app and a core part of the OS that provides low-level system modules. In that case, the trust issues involved with Play App Signing could be considered less important since Google Play is already trusted as a privileged component.</p>
<p><strong>Play Store evidently has some privacy issues</strong> given it&rsquo;s a proprietary service which requires an account (this cannot be circumvented), and Google services have a history of nagging users to enable privacy-invasive features. Again, some of these privacy issues can be mitigated by setting up the <a href="https://grapheneos.org/usage#sandboxed-google-play">Play services compatibility layer from GrapheneOS</a> which runs Play services and Play Store in the regular app sandbox (the <code>untrusted_app</code> domain). This solution could very well be ported to other Android-based operating systems. If you want to go further, consider using a properly configured account with the least amount of personally indentifiable information possible (note that the phone number requirement appears to be region-dependent).</p>
<p>If you don&rsquo;t have Play services installed, you can use a third-party Play Store client called <strong><a href="https://auroraoss.com/">Aurora Store</a></strong>. Aurora Store has some issues of its own, and some of them overlap in fact with F-Droid. Aurora Store somehow still requires <a href="https://gitlab.com/AuroraOSS/AuroraStore/-/blob/26f5d4fd558263a89baee4c3cbe1d220913da104/app/src/main/AndroidManifest.xml#L28-32">the legacy storage permission</a>, has been known to sometimes retrieve wrong versions of apps, and <a href="https://gitlab.com/AuroraOSS/AuroraStore/-/issues/722">distributed account tokens</a> over <a href="https://gitlab.com/AuroraOSS/AuroraStore/-/issues/734">cleartext HTTP</a> until fairly recently; not that it matters much since tokens were designed to be shared between users, which is already concerning. I&rsquo;d recommend against using the shared &ldquo;anonymous&rdquo; accounts feature: you should make your own throwaway account with minimal information.</p>
<h3 id="looking-to-the-future">Looking to the future</h3>
<p><strong><a href="https://accrescent.app/">Accrescent</a></strong> is an up-and-coming app repository which strives to tackle the issues discussed here <a href="https://accrescent.app/features">and more</a>. Hopefully Accrescent or a project like it can flourish as a secure and open ecosystem for app delivery.</p>
<p>It&rsquo;s also worth keeping an eye on the great work <strong>GrapheneOS</strong> does on <a href="https://github.com/GrapheneOS/Apps">their future app repository</a>. It will serve as a simple, secure, modern app repository, albeit only for a curated list of high-quality apps, some of which will have their own builds.</p>
<hr>
<h2 id="meta">Meta</h2>
<p>This article aims to be <strong>purely technical</strong>. It is not an attack on F-Droid or their mission &mdash; it is meant as an informative piece for end users and a springboard for improvement of the F-Droid project.</p>
<p>In spite of this, the release of this article has unfortunately triggered a mostly negative response from the F-Droid team and some of their community, who seem to take a dismissive stance toward this article rather than bringing relevant counterpoints. Some of these individuals go as far as engaging in harassment campaigns against projects and security researchers that do not share their views; hopefully they realize that such unethical behavior undermines their own project and reputation. Creating a rift between developers and security researchers is not in anyone&rsquo;s best interest.</p>
<p>Some individuals have also falsely associated this article with GrapheneOS. <em>This article is an entirely independent work and unrelated to the GrapheneOS project. It was not written by a GrapheneOS developer and does not claim to represent the GrapheneOS project&rsquo;s official stance.</em> Either way, dismissing the article on the basis of association instead of addressing the actual technical content is silly and not helpful to anyone.</p>
]]></content>
      </entry>

</feed>


