[android-developers] Re: Disable Home Key?

2010-03-29 Thread DroidBy
Hi HackNone, You can handle the Home Key inside the PhoneWindowManager itself. This is up to your way to handle the key there. On Mar 21, 9:18 pm, HackNone clzq...@gmail.com wrote: Hi, DroidBy. Do you solve this problem now? I also have this question. I am trying my best to solve

[android-developers] I-beam cursor in EditText

2010-03-16 Thread DroidBy
Is there a way to replace the I-beam cursow with my own cursor in EditText? Or is there a way not to show the I-beam cursor in ExitText? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Disable Home Key?

2010-03-03 Thread DroidBy
Hi, I would like to implement a new policy as like Phone to handle my new application? As I would like to make use of this policy to handle the home key. But I am not sure how should I modify the PolicyConfig.mk file in order to take in my new policy. Anyone has any idea? Rgds, DroidBy

[android-developers] Re: Disable Home Key?

2010-02-28 Thread DroidBy
Hi Sean Hodges, Thanks. Now I can view the source code. I will take a look on this. Rgds, Mandy On Feb 26, 4:47 pm, Sean Hodges seanhodge...@googlemail.com wrote: On Fri, Feb 26, 2010 at 8:17 AM, DroidBy meikeng@gmail.com wrote: I am happy that you give me a clue on this, however I am

[android-developers] Re: Disable Home Key?

2010-02-28 Thread DroidBy
you highlight to me more, like which API to be used? Should I create another new framework for my application like the PhoneWIndowManager? Appreciate if you cound share me more. Thanks. DroidBy On Feb 26, 4:50 pm, zhangjun jun.zh...@borqs.com wrote: you can check code

[android-developers] Re: Disable Home Key?

2010-02-26 Thread DroidBy
I use that to disable the HOME key? Thanks. :) On Feb 26, 2:44 am, Sean Hodges seanhodge...@googlemail.com wrote: On Thu, Feb 25, 2010 at 1:39 AM, DroidBy meikeng@gmail.com wrote: I am doing a security Lock system for my project. I am interested to know how to disable the HOME key

[android-developers] Disable Home Key?

2010-02-25 Thread DroidBy
Hi, I am doing a security Lock system for my project. I am interested to know how to disable the HOME key or handle it at framework layer, in order to prevent user to by pass the security lock by presing HOME. I know that I am not able to do it at android application layer, so thinking to get