Reputation: 331
Dose any one have any idea on how is sure lock removing recent app button from navigation bar on an unrooted device or is there any way by which we can disable home and recent app icon.
Any reply would be of great help...
thanks, Ankit
Upvotes: 5
Views: 1472
Reputation: 109
By making your app the launcher app, it disables the home button. I am not sure how to disable the recent apps button yet.. I will look for that
Upvotes: 0
Reputation: 7024
What SureLock does is add the flag FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS in the intent passed to startActivity(intent). See an earlier discussion here.
Upvotes: 2