Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4327d1bd authored by Eric Biggers's avatar Eric Biggers Committed by Android (Google) Code Review
Browse files

Merge "Use isFileEncrypted() instead of isFileEncryptedNativeOrEmulated()"

parents c823f869 1945b0b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1147,7 +1147,7 @@ public abstract class InboundSmsHandler extends StateMachine {
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
    private void showNewMessageNotification() {
        // Do not show the notification on non-FBE devices.
        if (!StorageManager.isFileEncryptedNativeOrEmulated()) {
        if (!StorageManager.isFileEncrypted()) {
            return;
        }
        log("Show new message notification.");