Magma Expert Licensed User Longtime User Dec 4, 2017 #1 Hi there ... i know if we setup right manifest file... for home button we can make it default launcher... How can disable without uninstalling app - from the same app ?
Hi there ... i know if we setup right manifest file... for home button we can make it default launcher... How can disable without uninstalling app - from the same app ?
DonManfred Expert Licensed User Longtime User Dec 4, 2017 #2 you can go to the setting in your device and define an other app to be the default laucher. You can not change it programmatically. Upvote 0
you can go to the setting in your device and define an other app to be the default laucher. You can not change it programmatically.
Magma Expert Licensed User Longtime User Dec 5, 2017 #3 Android asks you what app you want for launcher..... so you are selecting the app you want (i don;t want to be hidden).. is there a way to ask you again with some routine / command... someting ? intent ? Upvote 0
Android asks you what app you want for launcher..... so you are selecting the app you want (i don;t want to be hidden).. is there a way to ask you again with some routine / command... someting ? intent ?
Erel B4X founder Staff member Licensed User Longtime User Dec 6, 2017 #4 You can uninstall your app and then install it again to see this dialog again. Upvote 0
Magma Expert Licensed User Longtime User Dec 6, 2017 #5 ...Found a solution.. without uninstalling... from command prompt /adb adb shell am start -a android.intent.action.MAIN Click to expand... i didn;t tried but if use Phone Intent can i run android.intent.action.MAIN ? Upvote 0
...Found a solution.. without uninstalling... from command prompt /adb adb shell am start -a android.intent.action.MAIN Click to expand... i didn;t tried but if use Phone Intent can i run android.intent.action.MAIN ?