The MissMe Android App requires the user to give the following permission.
READ_PHONE_STATE,
READ_CONTACTS.
These permissions are required as the App
1. READ_CONTACTS.: This permission users from the contacts to be imported and registered with the App. Such a registered user can give three missed calls with in 20 seconds and then the phones volume is set to max.
2. READ_PHONE_STATE, This permission allows to determine if a call is missed/attended call in the call logs.
Only for the above purposes the permissions are used by the app.
READ_PHONE_STATE,
READ_CONTACTS.
These permissions are required as the App
1. READ_CONTACTS.: This permission users from the contacts to be imported and registered with the App. Such a registered user can give three missed calls with in 20 seconds and then the phones volume is set to max.
2. READ_PHONE_STATE, This permission allows to determine if a call is missed/attended call in the call logs.
Only for the above purposes the permissions are used by the app.