Files
frameworks_base/core/java/android/os
Jeff Sharkey b049e212ab Include user identifier in external storage paths.
When building external storage paths, always include user in path
to enable cross-user paths and aid debugging.

Each Zygote process continues to only have access to the appropriate
user-specific emulated storage through bind mounts. A second set of
mounts continue supporting legacy /sdcard-style paths. For example,
a process running as owner has these mount points:

/storage/emulated_legacy
/storage/emulated_legacy/Android/obb
/storage/emulated/0
/storage/emulated/obb

Since Environment is created before Zygote forks, we need to update
its internal paths after each process launches.

Bug: 7131382
Change-Id: I6f8c6971f2a8edfb415c14cb4ed05ff97e587a21
2012-09-11 23:11:14 -07:00
..
2012-05-21 10:43:26 -07:00
2012-08-20 10:04:12 -07:00
2012-09-07 18:33:18 -07:00
2012-08-08 11:33:17 -07:00
2012-04-26 11:17:18 +08:00
2011-10-20 15:32:37 -07:00
2012-04-26 11:17:18 +08:00
2012-08-15 03:06:24 -07:00
2012-02-29 14:05:24 -08:00
2012-08-15 03:06:24 -07:00
2012-05-21 13:29:06 -07:00
2012-05-06 16:10:34 -07:00
2012-02-29 14:05:24 -08:00
2012-05-31 18:12:18 -07:00
2012-02-29 14:05:24 -08:00
2012-08-15 03:06:24 -07:00