Turn off the last application button or delete the list?

Is there a way to disable the last application button in Android 3.0 (I have xoom) or delete the list? I have not found it yet. This violates my application protection program and allows people to bypass the application password if it is on the list. (e.g. my gmail) If not, does anyone have an approved application protection program that takes this into account and works in android 3.0?

+4
source share
1 answer

Why not add android: noHistory = "true" to your manifest for activity?

0
source

Source: https://habr.com/ru/post/1384283/


All Articles