Android Question Hide/unhide app icon programmatically ?

Devv

Active Member
Licensed User
Longtime User
How could i hide my app from app drawer programmatically then show it programmatically?

maybe show the app icon at specified time and hide it a specified times ?

this app could do this , you install it on your device then control you device from a PC ,
their is a feature that let you hide the app icon from the app drawer and it does not requires root.
i had tested it on couple of devices it worked perfectly

here i found the java code
https://stackoverflow.com/questions/19114439/android-hide-unhide-app-icon-programmatically

is the hiding/unhiding possible to do with B4A?
 
Top