This commit is contained in:
q3b5q3
2023-01-08 13:46:28 +01:00
parent 2e2420bd91
commit efefda1104
2 changed files with 7 additions and 4 deletions
+6 -3
View File
@@ -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
+1 -1
View File
@@ -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;