Is there a way to add my application to homescreen through Android Studio on "Run" action? Maybe with adb?
I don't want to code it to add the icon on normal installation, only when it happens through Android Studio "Run" option - as I only need it for developing reasons.
I already checked this question and consequently this one too, but I don't want it to happen every single time (as in from any installation of my app), but only when developing.
Is it possible?