I want to be able to disable/remove ads from my own apps when i download them from google play. Currently the only way i know is to first remove the adview from the xml then generate the apk then install on my devices. Then put it back then upload it to google play store.
Is there a way to do this (programmatically) or any other approach so that i don't have to keep commenting/uncommenting codes?