how to edit the source code of any application☯

☯how to edit the source code of any application☯ 👉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 u need an app called "apk editor" and sometimes rooting is needed ❇️👉modify app name 1,👉select target app by clicking on"select apk from app" & then select "apk creator" 2,👉then click at "full edit" 3,👉then click on app name and give it the name that u want 4,👉finally click "save button" 💠if u want to see the modified app just uninstall the previous app and install the saved app ❇️👉Remove ad 1,👉 Select target app by clicking at 'Select Apk from App', then selecting ur 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 AdActivity 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. ✳️Ermd