I have an app that allows users to call a phone number from a textbox and a button. As you already know, phone numbers are very private. When the user doesn’t kill the app but just presses the home button the phone number of the previous user stays there. What I want the onPause method to do is have the phone number deleted from the textbox on the onPause/onResume method. It seems very simple in practice but I’m not sure if it’s possible.
Share
Actually, it’s a rather simple procedure: