Revolut detects a custom firmware with /e/OS
- /e/ version: 2.5-t
- Device model(s): samsung a52q
- Developer mode enabled: yes
- Device rooted: no
- Trackers blocker enabled: yes
## Summary
<!--Summarize the bug encountered briefly and precisely -->
Revolut has introduced the new Play Integrity API, a check that recognize only devices with stock ROM/certification as legitimate. This should become standard from 2025.
"Android's hardware attestation API" seems a possible solution that needs to be implemented by Revolut; see "solutions" section.
## The problem
**Steps to reproduce**
1. Install [Revolut](https://play.google.com/store/apps/details?id=com.revolut.revolut)
2. Open it
3. Start the login, even if you do not have an account
**What is the current behavior?**
Revolut immediately recognizes eOS (dev version) as not supported
**What is the expected correct behavior?**
<!--What you should see instead -->
No login issue and a fully working app
## Solutions
there are no solutions now, others are working on it; eOS could start figuring what to do:
### Android's hardware attestation API
GrapheneOS has already raised the issue as stated on [mastodon](https://grapheneos.social/@GrapheneOS/113617640930894913) and wrote [Attestation compatibility guide](https://grapheneos.org/articles/attestation-compatibility-guide) for (app/Revolut's) developers that use "Android's hardware attestation API" to check the device. This methods is stated as safer and requires eOS devices signatures.
However, if Revolut developers wants to implement hardware attestation, eOS should be ready:
1. Does eOS already provides support for hardware attestation? (it seems default since Android 8)
2. Where are eOS devices' signatures?
3. Is there anything that breaks the GrapheneOS method if applied on eOS?
### alternatives ?
What other alternatives does eOS have to let apps check it is safe?
<!--Add the labels corresponding to your issue by adding a tilde and typing the name of the label you think apply to your issue in the line above. You need to type a tilde before the name of each label you want to apply to the issue. -->
issue