[android-developers] Pass key events through transparent activity

2010-01-05 Thread abarinoff
My application has transparent activity which is shown over the Incoming Call activity when the call is received. In HTC Hero the Incoming Call screen has two buttons Accept and Decline but when my transparent activity is displayed user can see those buttons bu can't press them as all key events

Re: [android-developers] Pass key events through transparent activity

2010-01-05 Thread Mark Murphy
Probably there is some possibility to pass key events to the underlying activity ? I do not believe so, other than by eliminating your activity. Or probably it is possible to add some view to the screen without creating new activity ? No, except perhaps by firmware modifications. -- Mark