Use isFileEncrypted() instead of isFileEncryptedNativeOnly()
Since emulated FBE is no longer supported, isFileEncryptedNativeOnly() is the same as the new method isFileEncrypted(). Replace all occurrences of isFileEncryptedNativeOnly() in this repository with isFileEncrypted(). Bug: 232458753 Change-Id: I2af1e6ecb2655bd8a1ab6caf9e63040845572f1e
Loading
Please register or sign in to comment