I know this will do the trick of securing the activity
getWindow().setFlags(LayoutParams.FLAG_SECURE,LayoutParams.FLAG_SECURE);
I need to place my own custom view instead of the blank default view.
- Regarding this duplicate,
onCreateThumbnail
is not getting called. and the ref provided is not actually working for me