You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
security: KeyAtRestProtectorFactory now performs a destructive (generate-and-discard) availability probe on Android the first time KeyAtRestProtection.HardwareBackedRequired or HardwareBackedPreferred is used and no external provider is registered, mirroring the existing Apple behavior. Also, protectors built under earlier 1.x releases wrapped their master key under a single fixed Keystore alias; that alias is now superseded (swept on next construction) and no attempt is made to migrate a key wrapped under it — restart any long-lived process holding a 1.x Android hardware-tier protector across the upgrade.