• 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:

Pop up window over android native incoming call screen like true caller android app

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
]Pop up window over android native incoming call screen like true caller android app

I am developing an broadcast receiver for in coming calls in android and on getting incoming calls I want to inflate an pop up over native incoming call screen.

I have made that code completed. But now problem is that in android jelly bean api level 17 when a phone rings the PHONE_STATE is coming as OFF HOOK and If I am calling an activity, it get called but the code under it doesn't get executed I am giving you the code.

My broadcast reciver



An the activity which I am calling





After



The code is not executing in jelly bean but in other version it is working.

I have tried almost all ways I can do. This code is displaying an translucent activity over native call screen and it doesn't block background controls like picking up the phone. But I want it like true caller. I have attached an snapshot how true caller is displaying an window on incoming call screen.

Please guide me through the way How can I achieve this functionality for android app.

This is how true caller works


And my present output

 
Er. Nikhil Agrawal
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For more detailed explaination please visit my stackoverflow post.

I am developing an broadcast receiver for in coming calls in android and on getting incoming calls I want to inflate an pop up over native incoming call screen.

I have made that code completed. But now problem is that in android jelly bean api level 17 when a phone rings the PHONE_STATE is coming as OFF HOOK and If I am calling an activity, it get called but the code under it doesn't get executed I am giving you the code.

My broadcast reciver



An the activity which I am calling





After



The code is not executing in jelly bean but in other version it is working.

I have tried almost all ways I can do. This code is displaying an translucent activity over native call screen and it doesn't block background controls like picking up the phone. But I want it like true caller. I have attached an snapshot how true caller is displaying an window on incoming call screen.

Please guide me through the way How can I achieve this functionality for android app.

This is how true caller works


And my present output

 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic