How to EDIT the SOURCE CODE of ANY APPLICATION
https://tdeepnet.blogspot.com/
•Source code is the back-end of an application which interact with the user by means of user interface
Advantage of source code editing
✅Modify app name
✅Modify app icon
✅Change background image
✅Remove advertisement
✅Remove unwanted permission
✅Change application audio,picture,language
✅Make an app move to sd card
In order to do all of this thing you need an APK Editor TAP HERE and sometimes ROOTING is NEEDED
🔰MODIFY APP NAME
1, Select target app by clicking on Select apk from app & then select apk creator
2, Click at Full Edit
3, Then click on app name and give it the name that you want.
4, Finally click Save button.
~if you want to see the modified app just UNINSTALL the previous app and INSTALLthe saved app
🔰REMOVE ADs🚫
1, Select target app by clicking at Select Apk from App , then selecting your desire app, and then click at Full Edit.
2, Click Resource tab after editable resource shown , and then enter layout folder by clicking at the item. Click t and it will show the content of activity_main.xml.
3, Remove the Ad Activity in AndroidManifest.xml
4, After all the modifications, click Save button in the upper right corner.
✅After a while, we will be told that the modified apk is in some place.
🔰MAKE an APP MOVE to SD CARD🔰
1, Select target app by clicking at Select Apk from App , then selecting apk creator , and then click at Full Edit.
2, Click Manifest tab, and then click at the line of manifest [Generally should be line 2]
3, Click at '+' icon to add a key and value android:installLocation="auto"
4, Change auto to
preferExternal and then click OK ; when return to previous dialog, click Save
5, Click Save button in the upper right corner. After a while, we will be told that the modified apk is in some place.
Follow us on Instagram | Facebook | Twitter

image quote pre code