Apps on SD card.

Added support for retrieving and generating keys as Hex Strings.
Using keys to mount encrypted FS.
This commit is contained in:
Oscar Montemayor
2010-01-14 16:38:40 -08:00
parent 3fe3ebfaa6
commit 462f037828

View File

@ -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");