[android-developers] Re: Increasing the priority of an activity

2010-05-14 Thread Soumya
ok, Thank you Murphy On May 14, 4:40 pm, Mark Murphy wrote: > Soumya wrote: > > I > > require it as I am making a lock screen which will co-exist along with > > the other type of lock screens. > > If you are making your own device, you are welcome to seek advice on > modifying the Android source

Re: [android-developers] Re: Increasing the priority of an activity

2010-05-14 Thread Mark Murphy
Soumya wrote: > I > require it as I am making a lock screen which will co-exist along with > the other type of lock screens. If you are making your own device, you are welcome to seek advice on modifying the Android source code on [android-porting]. -- Mark Murphy (a Commons Guy) http://commonsw

[android-developers] Re: Increasing the priority of an activity

2010-05-14 Thread Soumya
Hi Murphy, Any ideas on how to implement it. Do I need to make any changes in the framework. I found some API like getWindow().SetFlags where I can set to to like Keyguard, but that is even not working. Even in showdown.java file there is a code snippet where they have made a progress dialog with