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

Commit 462f0378 authored by Oscar Montemayor's avatar Oscar Montemayor
Browse files

Apps on SD card.

Added support for retrieving and generating keys as Hex Strings.
Using keys to mount encrypted FS.
parent 3fe3ebfa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7442,7 +7442,7 @@ class PackageManagerService extends IPackageManager.Stub {
    // ------- apps on sdcard specific code -------
    static final boolean DEBUG_SD_INSTALL = false;
    final private String mSdEncryptKey = "AppsOnSD";
    final private String mSdEncryptAlg = "Blowfish";
    final private String mSdEncryptAlg = "AES";

    private MountService getMountService() {
        return (MountService) ServiceManager.getService("mount");