am b77bc469
: Update environment variable for multi-user.
* commit 'b77bc4696b19d9b1ef82810f8d5f671c963d1dc1': Update environment variable for multi-user.
This commit is contained in:
commit
700b8cf87e
1 changed files with 1 additions and 1 deletions
|
@ -1192,7 +1192,7 @@ int cryptfs_enable(char *howarg, char *passwd)
|
|||
acquire_wake_lock(PARTIAL_WAKE_LOCK, lockid);
|
||||
|
||||
/* Get the sdcard mount point */
|
||||
sd_mnt_point = getenv("MULTIUSER_EXTERNAL_STORAGE");
|
||||
sd_mnt_point = getenv("EMULATED_STORAGE_SOURCE");
|
||||
if (!sd_mnt_point) {
|
||||
sd_mnt_point = getenv("EXTERNAL_STORAGE");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue