summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJason parks <jparks@google.com>2011-01-07 09:01:15 -0600
committerJason parks <jparks@google.com>2011-01-12 16:00:23 -0600
commit56aa5321fe6f00fa3662e6f46a4b2559aa34f63e (patch)
tree9a24368ed12f6819b0045efa2b444d6045479740 /include
parent1125d780a8b61703b8eb28c5c77dac5f3f0022dd (diff)
downloadframeworks_base-56aa5321fe6f00fa3662e6f46a4b2559aa34f63e.zip
frameworks_base-56aa5321fe6f00fa3662e6f46a4b2559aa34f63e.tar.gz
frameworks_base-56aa5321fe6f00fa3662e6f46a4b2559aa34f63e.tar.bz2
Add a method enable encryption.
This is for testing and needs to be cleaned up. Change-Id: I29958f2a95c7773744e61bbd23a302b752614f87
Diffstat (limited to 'include')
-rw-r--r--include/storage/IMountService.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/storage/IMountService.h b/include/storage/IMountService.h
index 68ccd95..472d8e5 100644
--- a/include/storage/IMountService.h
+++ b/include/storage/IMountService.h
@@ -67,6 +67,7 @@ public:
virtual bool isObbMounted(const String16& filename) = 0;
virtual bool getMountedObbPath(const String16& filename, String16& path) = 0;
virtual int32_t decryptStorage(const String16& password) = 0;
+ virtual int32_t encryptStorage(const String16& password) = 0;
};
// ----------------------------------------------------------------------------