I have an application whose icon does not need to be visible to the user all the time. Can an application icon be hidden and unhidden when needed. I prefer not to go through the install or uninstall process. I can probably save the apk file to the device, uninstall the app and install from the apk file when needed. Is there a better way to do it?
Thank you
Thank you