From a33e213daa8534a2d2d1e85636f6aba635e75dc1 Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky <72796626+Alexey-Verkhovsky@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:15:30 +0300 Subject: [PATCH] Update stability.md --- docs/stability.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/stability.md b/docs/stability.md index 40ffaef6..6a720ee9 100644 --- a/docs/stability.md +++ b/docs/stability.md @@ -2,14 +2,18 @@ ✅ – remains the same +🟡 – usually* remains the same + ❌ – changes | Event | Android ID | Media DRM ID | GSF ID | Hardware Fingerprint | OS Fingerprint | Installed apps fingerprint | Device state fingerprint | | --- | --- | --- | --- | --- | --- | --- | --- | | Remove all Google accounts from the device | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Login back with the first Google account | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | -| Factory reset | ❌ | ❌ | ❌ | ✅ | ❌ | ❌ | ❌ | +| Factory reset | ❌ | 🟡| ❌ | ✅ | ❌ | ❌ | ❌ | | Repackaging the application | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ | ✅ | -| System update | ✅ | ✅ | ✅ | ✅ | ❌ | ❌ | ❌ | +| System update | ✅ | ✅ | ✅ | 🟡 | ❌ | ❌ | ❌ | | Different 'User' on the same device | ❌ | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | | Instant App compared to a regular app | ✅ | ✅ | ❌ (not available) | ❌ | ❌ | ❌ (not available) | ❌ | + +\* *With an exception for some device manufacturers (e.g. [Vivo](https://stackoverflow.com/questions/64509905/how-to-get-unique-id-in-android-q-that-must-be-same-while-uninstalling-and-inst) or [Samsung](https://github.com/fingerprintjs/fingerprintjs-android/issues/113))*