mirror of
https://github.com/AndnixSH/APKToolGUI.git
synced 2026-05-04 11:02:27 +00:00
Auto remove remaining split elements
This commit is contained in:
@@ -30,6 +30,8 @@ namespace APKToolGUI.ApkTool
|
||||
manifestText = manifestText.Replace("android:manageSpace=\"true\"", "");
|
||||
manifestText = manifestText.Replace("android:localeConfig=\"@xml/locales_config\"", "");
|
||||
manifestText = manifestText.Replace("STAMP_TYPE_DISTRIBUTION_APK", "STAMP_TYPE_STANDALONE_APK");
|
||||
manifestText = manifestText.Replace("android:requiredSplitTypes=\"(.*?)\"", "");
|
||||
manifestText = manifestText.Replace("android:splitTypes=\"(.*?)\"", "");
|
||||
|
||||
File.WriteAllText(manifestPath, manifestText);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user