For home button disabling:
- Home key pressing event cannot be intercepted in activity by onKeyDown() beyond version3.x.
- I can add: in the intent-filter of the activity, but this will make even pressing home button outside of the activity to launch the activity. What should I do so that the home button is only disabled when the activity is visible to the user?
For task history button disabling: I haven’t anything that helps until now. What should I do so that the task history button is only disabled when the activity is visible to the user?