0

For some security reasons I don't want to show the content of the app when it is listed in recent apps list.

I tried to add an opaque overlay over the page in onPause event trigger but it is too late. Snapshot is taken before the onPause event.

Thanks in advance!

  • You need to add the template code snippet removing the sensitive info that you don't want to share. Otherwise it's difficult to debug. – Sagar Kulkarni Apr 04 '17 at 10:09

1 Answers1

0

You can do it via HTML code, instead set the FLAG_SECURE while launching the Main Activity in the Android Code (Java). See this post on how to apply this flag!

Community
  • 1
  • 1
Roopesh Reddy
  • 781
  • 1
  • 7
  • 8