Hello
I have an app that makes a phone call when you touch a button, using an intent.
The problem is that Android shows the dialer screen and i don’t want the user to see it.
The solution is to fix the screen of the app, it works fine, but this has to be made by hand every time i run the app.
My question is if i can fix the screen from within the app.
Thanks and excuse me for my english.
When you call StartActivity the target activity becomes visible. There is no way around it.
You can use a timer to start your own activity after a few seconds.
1. Make sure to use B4XPages.
2. You will need the special "draw over apps" permission.