Version History

v1.03
  • updated answering methods to work on more phone models
  • workaround for bug on some Samsung devices
v1.02
  • Russian translation (Alexey Khasainov)
v1.01
  • minor layout changes
  • minor bugfixes
v1.0
  • Initial release

Explanation of Permissions

  • READ_CONTACTS: to get access to the contacts database
  • WRITE_CONTACTS: to be able to remove entries from the call log (only for the full version)
  • RECEIVE_BOOT_COMPLETED: to start background service after rebooting the device
  • READ_PHONE_STATE: to get access to the current phone state (idle, off hook, ringing)
  • MODIFY_PHONE_STATE: to answer an incoming call (only for the full version)
  • CALL_PHONE: to be able to end/reject a call
  • CHECK_LICENSE: for checking the license (only for the full version)
  • INTERNET, ACCESS_NETWORK_STATE: for ads (in case the app is not licensed)