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
You're currently checking checking for ro.crypto.state == encrypted but you should also check for ro.crypto.type == block.
Cryptfs is pointless for File-Based Encryption (FBE).
You're currently checking checking for
ro.crypto.state == encryptedbut you should also check forro.crypto.type == block.Cryptfs is pointless for File-Based Encryption (FBE).
See also here and here.