Should probably be recommended for Android when it rolls out, as PG currently recommends the functionally identical Stolen Device Protection for iOS.
Unfortunately, this is a Google Play Services feature, not an AOSP feature. If Google actually cared about protecting users, this wouldnât be part of their proprietary feature set.
To be fair, the feature is more about protecting your Google account than your phone. Just like iOSâs Stolen Device Protection is about protecting your Apple ID and not your phone.
Thatâs true, but a lot of the settings it locks behind biometrics arenât related to Google account functionality.
Some sensitive actions that fall within Identity Checkâs protections include performing a factory reset, changing the screen lock, registering a new fingerprint, turning off âFind My Device,â adding a Google account, accessing developer options, and opening Google Password Manager.
Many of those already require a fingerprint or PIN anyway. Like enabling dev mode, changinf screen lock, adding FP
What settings or apps would protect Android devices and or iPhones in the case of theft ?
I am not convinced about the trustworthiness of remote methods. Being WiFi access is necessary for this to happen.
On my Password Manager, after 5 failed login attempts, my vault is erased. Can this feature be applied to devices as well ?
iOS has a built-in feature you can enable to erase the device after 10 failed attempts, donât think android does by default, but GOS might have that feature (it seems like itâd be up their alley to add)
From what i can tell GOS doesnât have a way to limit the number of incorrect password attempts similar to iOS. though GOS does disable fingerprint after 5 attempts and has a reboot timer if not unlocked within a given time.
https://discuss.grapheneos.org/d/501-wipe-device-after-failed-10-password-attempts
Crazy how Android is going like iOS and iOS is going like Android nowadays⌠Lol
Way off. Android does. Has been doing it since Gingerbread or Ice Cream Sandwich (10+ years ago).
Oh neat, where in settings is it because I was taking a look on my Pixel yesterday and couldnât find it
This isnât a good approach. You should learn the CIA principle.
Pray tell âŚ
I assume theyâre talking about confidentiality, integrity, availability (is your data private? has your data been tampered with? can you access your data?)
We are still waiting ?
How can i enable said function??
If the OEM doesnât include this as part of their ROM Settings app, youâll have to install a âdevice adminâ app (docs) that will let you set this.
On an AOSP distribution I worked on, we set the device to factory reset after 20 failed attempts (not changeable to a higher value even by other device admin apps, iirc) back in 2012/13!
I donât want to link any app here as âdevice adminâ APIs, in the past (and in the present, too?), were a popular stalkerware vector. Such apps are readily Googleable/Kagiable/Letable/DDGable though.
Edit: @anon6884803 had a query for me:
I pointed out to @pinkandwhite that AOSP has had âfactory reset on max failed password attemptsâ since Gingerbread / ICS.
The API documentation I shared points out that such a setting can be changed by a âdevice adminâ app starting with Froyo (one release before Gingerbread).
And then I said, if OEMs / ROMs one might be using donât expose this via its Settings app, one could use a âdevice adminâ app to set this up.
I recommend being extra cautious with âdevice adminâ apps as theyâre a popular stalkerware vector.