Hello to all!
I would like to inhibit the button 'Home' or make them do a custom action!
I know that is not possibile.
I have come to compromise to display the menu of running applications
In the manifest file I added, as posts in this forum these lines:
and that's ok, as attached image!
I would like if possible:
1) does not show anything for the list of applications, but take it by default and automatically only 'key lock' (or even more than one application of my choice!)
or
2) not to display the list, the item 'Applications' (applications) that bring back to the default home screen
Hello and thanks to all
Enrico
I would like to inhibit the button 'Home' or make them do a custom action!
I know that is not possibile.
I have come to compromise to display the menu of running applications
In the manifest file I added, as posts in this forum these lines:
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" />
<category android:name="android.intent.category.MONKEY"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
)
and that's ok, as attached image!
I would like if possible:
1) does not show anything for the list of applications, but take it by default and automatically only 'key lock' (or even more than one application of my choice!)
or
2) not to display the list, the item 'Applications' (applications) that bring back to the default home screen
Hello and thanks to all
Enrico