Hi there...
I know that putting in manifest file the following:
your app cames to Launcher.... so pressing HOME button will ask you what launcher you prefer...
All good but before KIT KAT (<4.4) versions... will keep asking forever... (pressing always - not understanding)
is there a way to stop asking (adb command or something)
Hope no need to be rooted device :-(
Thanks in advance
I know that putting in manifest file the following:
B4X:
AddActivityText(Main,
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
)
your app cames to Launcher.... so pressing HOME button will ask you what launcher you prefer...
All good but before KIT KAT (<4.4) versions... will keep asking forever... (pressing always - not understanding)
is there a way to stop asking (adb command or something)
Hope no need to be rooted device :-(
Thanks in advance