mirror of
https://github.com/AndnixSH/APKToolGUI.git
synced 2026-05-04 11:02:27 +00:00
update
This commit is contained in:
@@ -9,12 +9,15 @@ contact_links:
|
||||
- name: System apps modding support forum
|
||||
url: https://forum.xda-developers.com/all-forums-by-manufacturer
|
||||
about: For support, questions or help with modding system apps.
|
||||
- name: Apktool forum
|
||||
url: https://github.com/iBotPeaches/Apktool/discussions
|
||||
about: For support, questions or help with Apktool, development and modding
|
||||
- name: Android development and modding support forum
|
||||
url: https://forum.xda-developers.com/c/android-development-and-hacking.564/
|
||||
about: For support, questions or help with Android development and modding
|
||||
about: For support, questions or help with development and modding
|
||||
- name: Android development and modding support forum 2
|
||||
url: https://androidforums.com/forums/android-development.28/
|
||||
about: For support, questions or help with Android development and modding
|
||||
about: For support, questions or help with development and modding
|
||||
- name: Android development and modding support forum 3
|
||||
url: https://platinmods.com/forums/modding-questions-discussions.11/
|
||||
about: For support, questions or help with Android development and modding
|
||||
about: For support, questions or help with development and modding
|
||||
|
||||
@@ -26,7 +26,7 @@ namespace APKToolGUI.ApkTool
|
||||
text = text.Replace("<queries>\r\n <intent>\r\n <action android:name=\"android.intent.action.MAIN\"/>\r\n </intent>\r\n </queries>", "");
|
||||
text = text.Replace("<intent> <action android:name=\"android.intent.action.MAIN\"/> </intent>", "");
|
||||
File.WriteAllText(Path.Combine(path, "AndroidManifest.xml"), text);
|
||||
mani = mani.Replace("STAMP_TYPE_DISTRIBUTION_APK", "STAMP_TYPE_STANDALONE_APK");
|
||||
text = text.Replace("STAMP_TYPE_DISTRIBUTION_APK", "STAMP_TYPE_STANDALONE_APK");
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user