I have an android app that needs to hide and only appear when the user dials a specific number. Can I please know exactly how it is done? I have searched and no success. Thanks in advance.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In order to hide the app completely from the launcher, you need first to create a BroadcastReciever:
And add the Permission: android.permission.PROCESS_OUTGOING_CALLS
Add the BroadcastReciever to the Manifest File.
It is Preferable to make the user set the Ghost mode via preferences