0

I've created a SMS application. However, anyone can open my application. What I want to do is to prevent unauthorized access to my application. How could I add a secret function for the privacy of my application.

Thanks.

sean
  • 9,198
  • 22
  • 65
  • 80

1 Answers1

2

Create logon procedure. For instance during creation of your main Activity - check whether user logged in and if not forward to dialog/activity which will ask to log in

Barmaley
  • 16,638
  • 18
  • 73
  • 146