Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6355b56c authored by Ethan Yonker's avatar Ethan Yonker
Browse files

Adopted Storage: backup keys but do not wipe them

Change-Id: I545a32848ee686ecfacd13604ae3f18f5d206dfc
parent b5ecaad2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -911,7 +911,7 @@ void TWPartition::Setup_Data_Media() {
		DataManager::SetValue("tw_has_internal", 1);
		DataManager::SetValue("tw_has_data_media", 1);
		backup_exclusions.add_absolute_dir("/data/data/com.google.android.music/files");
		ExcludeAll(Mount_Point + "/misc/vold");
		wipe_exclusions.add_absolute_dir(Mount_Point + "/misc/vold"); // adopted storage keys
		ExcludeAll(Mount_Point + "/.layout_version");
		ExcludeAll(Mount_Point + "/system/storage.xml");
	} else {