• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Creating an on screen answer button

 
Greenhorn
Posts: 8
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

This being my first foray into android development, please forgive me if this is a silly question. I have 2 G1's, and my wifes G1 has been rather annoyingly dropped in mud resulting in the answer button not working. Of course, I could take it to be repaired, but being a Java developer decided it may be more fun to write an app that displays an on screen answer button for recieving calls. I checked out the google sdk docs and whilst I could find a listenter class for detecting when the phone is ringing, I could find nothing that could actually give the order to answer or reject the call. Is this a call that is done at a lower level meaning it is impossible, or have I just missed the documentation?

Any hints would be appreciated.

 
Author
Posts: 131
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am not aware of any means at the SDK level of triggering the same code as happens when you press the answer button.
reply
    Bookmark Topic Watch Topic
  • New Topic