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:
@ -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");
|
||||
|
Reference in New Issue
Block a user