OSDN Git Service

Add secondary external storage support.
authorJeff Sharkey <jsharkey@android.com>
Mon, 7 Oct 2013 23:49:47 +0000 (16:49 -0700)
committerJeff Sharkey <jsharkey@android.com>
Tue, 8 Oct 2013 19:57:11 +0000 (12:57 -0700)
commit44cbdec292c6b234d94aae59257721cf499989ba
tree67a81ebd584d01a827a03c571942be6b33dc1224
parent567fdd9fbaae4a3f6f8dc123769771881a50ed70
Add secondary external storage support.

When SECONDARY_STORAGE is defined by the hardware configuration,
include those paths in the new getExternalCacheDirs() and
getExternalFilesDirs() APIs.  Give secondary volumes valid state
until vold reports back.

Bug: 1033012810330229
Change-Id: Ifa55bfda47fd7c750f462dd26c98792ad462ab91
core/java/android/os/Environment.java
services/java/com/android/server/MountService.java