summaryrefslogtreecommitdiff
path: root/libs/storage/IMountService.cpp
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2010-10-12 11:20:01 -0700
committerKenny Root <kroot@google.com>2010-10-12 11:30:56 -0700
commite1ff214e32ed5c546a7603b07b054908c4d93312 (patch)
treed61485a78a33eaedf4494cbdf21e48225d49b4e7 /libs/storage/IMountService.cpp
parent84e8827a477cdf3d8c2b67e370395b22ec1963ad (diff)
Add API to check for emulated external storage
When the storage is emulated, we don't want to install ASEC containers to it. This adds the API to check when the external storage is emulated and uses it to check whether or not to install packages to the external storage in an ASEC container. Bug: 3024387 Change-Id: Ia0318aca9e4938a4897deaada5603a4c7c1d0f48
Diffstat (limited to 'libs/storage/IMountService.cpp')
-rw-r--r--libs/storage/IMountService.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/storage/IMountService.cpp b/libs/storage/IMountService.cpp
index 3ad9319a8f35..17a961be8d07 100644
--- a/libs/storage/IMountService.cpp
+++ b/libs/storage/IMountService.cpp
@@ -47,6 +47,7 @@ enum {
TRANSACTION_unmountObb,
TRANSACTION_isObbMounted,
TRANSACTION_getMountedObbPath,
+ TRANSACTION_isExternalStorageEmulated,
};
class BpMountService: public BpInterface<IMountService>