nelenkov / cryptfs-password-manager

Android device encryption password manager
Other
95 stars 18 forks source link

Disable app for FBE #24

Open jomo opened 6 years ago

jomo commented 6 years ago

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).

See also here and here.