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

Commit 0fb8d79c authored by Daniel Jacob Chittoor's avatar Daniel Jacob Chittoor
Browse files

Merge branch 'v1-t-two' into 'v1-t'

StorageManager: Add dummy inCryptKeeperBounce method

See merge request e/os/android_frameworks_base!172
parents 079308d9 7a38d9bb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1693,6 +1693,10 @@ public class StorageManager {
        return RoSystemProperties.CRYPTO_ENCRYPTED;
    }

    public static boolean inCryptKeeperBounce() {
        return false;
    }

    /** {@hide}
     * Is this device file encrypted?
     * @return true for file encrypted. (Implies isEncrypted() == true)