From fcf3f24856c599c922880c64b01b7610603f958c Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Tue, 16 Feb 2016 12:30:26 -0600 Subject: Fix adopted storage when andsec flag is present Change-Id: If903d838abc920f952f243482338188c15bb1dbf --- partitions.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'partitions.hpp') diff --git a/partitions.hpp b/partitions.hpp index a020ee229..90f772cb4 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -243,7 +243,8 @@ public: void Translate_Partition(const char* path, const char* resource_name, const char* default_value); void Translate_Partition(const char* path, const char* resource_name, const char* default_value, const char* storage_resource_name, const char* storage_default_value); void Translate_Partition_Display_Names(); // Updates display names based on translations - void Decrypt_Adopted(); + void Decrypt_Adopted(); // Attempt to identy and decrypt any adopted storage partitions + void Remove_Partition_By_Path(string Path); // Removes / erases a partition entry from the partition list TWAtomicInt stop_backup; -- cgit v1.2.3