开发者

Display dialog on activity incoming call

开发者 https://www.devze.com 2023-04-12 00:10 出处:网络
I Have two question: It\'s possibile to display a dia开发者_如何学JAVAlog over the sceen incoming call (when the phone rings)?

I Have two question:

  1. It's possibile to display a dia开发者_如何学JAVAlog over the sceen incoming call (when the phone rings)?
  2. It's possibile to know when the phone rings for an incoming call? (Is there an action?)


Yes you can do that. Follow this link:

Android: Taking complete control of phone(kiosk mode), is it possible? How?

It's possible to dispaly a dialog over the screen incoming call

When you get the event of the incoming call you need to startactivity() which you want to display but you need to do it after a little delay else the the default screen will override your screen. Once the default screen comes, you should call your screen. The delay will be between 500 - 1000 ms, this you need to test at your end.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号