Re: [android-developers] Re: Phone Call Simulator App

2010-11-15 Thread TreKing
On Thu, Nov 11, 2010 at 9:22 PM, Daniel Quach wrote: > > How would I go about achieving this? I don't think this is something you can do ... - TreKing

[android-developers] Re: Phone Call Simulator App

2010-11-15 Thread Daniel Quach
ok, so I have this code to ensure that the launched fake call screen will activate even through a lock screen: getWindow().addFlags(WindowManager.LayoutParams.FLAG_SHOW_WHEN_LOCKED); getWindow().addFlags(WindowManager.LayoutParams.FLAG_TURN_SCREEN_ON); Now, when the activity launches, I want the