Hi folks!
Another little issue today...
I have an activity which shows some personal data on the device screen like passwords or something like this. I am able to hide the data which one sub call. This is not the problem...
But: When I click on the home button or task list button of my mobile device the Activie_Pause events is raised .. thats ok ... I call at once my sub in order to hide the data:
The Sub hideBetterIV is responsible to hide the data at once. But after the click on the task list button on my mobile device: I always can still see the original screen - before hiding the data


So now the question:
Is there a possibilty to increase the time before Android captures the activity screen in order to add this screen shot in his task list.
Other apps - like Bank or Billing apps - can handle this without any issues.
Perhaps somebody can help here.
Thank you very much in advance.
Best regards
ARTsoft
Another little issue today...
I have an activity which shows some personal data on the device screen like passwords or something like this. I am able to hide the data which one sub call. This is not the problem...
But: When I click on the home button or task list button of my mobile device the Activie_Pause events is raised .. thats ok ... I call at once my sub in order to hide the data:
B4X:
Sub Activity_Pause (UserClosed As Boolean)
hideBetterIV
End Sub
The Sub hideBetterIV is responsible to hide the data at once. But after the click on the task list button on my mobile device: I always can still see the original screen - before hiding the data
So now the question:
Is there a possibilty to increase the time before Android captures the activity screen in order to add this screen shot in his task list.
Other apps - like Bank or Billing apps - can handle this without any issues.
Perhaps somebody can help here.
Thank you very much in advance.
Best regards
ARTsoft