[android-developers] lock screen

2016-05-08 Thread nancy monti
Even though I need to see some notifications I like the older way at the top of the screen, because when you want to see just the time is covered by the notifications, or you can change the spot for the clock. Thank you -- You received this message because you are subscribed to the Google Group

[android-developers] Lock Screen?

2009-11-11 Thread Fred Grott(Android Expert, http://mobilebytes.wordpress.com)
My question is that I have use case whereas client wants me to lock an application.. Could any of the APIs for the Device Lock screen be re-purposed to lock the application in the same manner? Or would I have to come up with some new code? Thanks Fred Grott Android Developer http://mobilebytes.

[android-developers] Lock Screen

2010-11-04 Thread perumal316
Hi All, I found this site containing code snippets on enabling/disabling phone lock. http://smartandroidians.blogspot.com/2010/03/enabling-and-disabling-lock-screen-in.html Is it possible to enable outgoing calls from the lock screen in Android? Now only emergency calls are allowed from the nat

[android-developers] Lock Screen

2012-10-12 Thread Sarabjeet Singh Gaba
Hi, Can we customize the default lock screen of an Android device to show a custom News feed on the same? Regards, Sarabjeet Singh Gaba -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-develope

[android-developers] Lock screen

2011-07-12 Thread yoav bbb
Hello, Is it possible to change the default lock screen and use one of my own? with another way to unlock it? Yoav -- 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@googlegroups.com To

Re: [android-developers] Lock Screen?

2009-11-11 Thread Mark Murphy
Fred Grott(Android Expert, http://mobilebytes.wordpress.com) wrote: > My question is that I have use case whereas client wants me to lock an > application.. > > Could any of the APIs for the Device Lock screen be re-purposed to > lock the application in the same manner? > > Or would I have to com

[android-developers] Lock screen customization

2012-02-04 Thread Dhaval Varia
I wanted to put my app icon on the lock screen. So without unlocking the device i can fire my app. Plz help me to solve this issue.or provide some link from which i can learn. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Lock screen Android

2012-03-07 Thread Marwa Abayed
How can i lock screen with password programmatically . thanks -- 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@googlegroups.com To unsubscribe from this group, send email to android-dev

Re: [android-developers] Lock Screen

2012-10-12 Thread Justin Anderson
Not officially, no... Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Wed, Oct 10, 2012 at 8:18 AM, Sarabjeet Singh Gaba wrote: > Hi, > > Can we customize the default lock screen of an Android device to show a > custom News feed on the same? > > Regards

Re: [android-developers] Lock screen

2011-07-13 Thread mayank k varshney
yes it is possible check Power manager class On Tue, Jul 12, 2011 at 9:55 AM, yoav bbb wrote: > Hello, > > Is it possible to change the default lock screen and use one of my > own? with another way to unlock it? > > Yoav > > -- > You received this message because you are subscribed to the Google

[android-developers] lock screen with password

2012-03-19 Thread marwa
hello , i want to lock screen with password programmatically, any help please thks -- 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@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] Lock screen customization

2012-02-04 Thread TreKing
On Sat, Feb 4, 2012 at 11:02 PM, Dhaval Varia wrote: > I wanted to put my app icon on the lock screen. You can't do that with the SDK. - TreKing -

Re: [android-developers] Lock screen customization

2012-02-04 Thread akhil raval
it is possible or not ? for android application-- Ever+ Never- @kh!l R@v@l (+91-96388-66691) (+91-74052-63600) -- 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@googlegroups.com To

Re: [android-developers] Lock screen customization

2012-02-04 Thread Dhaval Varia
I have seen one app named : ICE: In Case of Emergency http://www.appventive.com/ice Which provides this facility... Would you please guide me how this people did it?? On 2/5/12, akhil raval wrote: > it is possible or not ? for android application-- > Ever+ Never- > @kh!l R@v

Re: [android-developers] Lock screen customization

2012-02-04 Thread akhil raval
sure contact u at ni8 for sure -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroup

Re: [android-developers] Lock screen customization

2012-02-05 Thread lbendlin
They completely replace the standard lock screen. You can see from the market comments that users don't like that. -- 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@googlegroups.com To

Re: [android-developers] Lock screen customization

2012-02-05 Thread Dhaval Varia
Look sir i m making survaliance system.in which i need some way through which user can call my app,without wasting much time,for unlocking the phone. Plz help. On Feb 5, 2012 6:50 PM, "lbendlin" wrote: > They completely replace the standard lock screen. You can see from the > market comments that

Re: [android-developers] Lock screen customization

2012-02-05 Thread Raghav Sood
> > Look sir i m making survaliance system.in which i need some way through > which user can call my app,without wasting much time,for unlocking the > phone. > Plz help > Extend Android at the firmware level. See http://source.android.com/community/index.html for an appropriate list. Thanks -- R

Re: [android-developers] Lock screen customization

2012-02-05 Thread Dhaval Varia
I think not all the application uses this kind of facility Extend Android from the firmware level.. There must be some way...like overriding/overlays or something... If somebody knows,help me On 2/5/12, Raghav Sood wrote: >> >> Look sir i m making survaliance system.in which i need some way throu

Re: [android-developers] Lock screen customization

2012-02-05 Thread Raghav Sood
The other possibility has already been mentioned to you by Ibendlin. You can either replace the entire lockscreen, which the majority of the users will hate, or you can extend Android at the firmware level, in which case you will have a very limited reach. Thanks On Sun, Feb 5, 2012 at 8:22 PM, D

[android-developers] Lock screen feature does not work

2009-07-14 Thread Jerry Wang
Hi there, I have ever saw the similar discussion in this group, but nobody answer. And I am very confusing about this feature. Because most of developers do not seem to meet this problem. The problem is when I press ENDCALL button, it does not going into Screen Lock view. And I have download the

[android-developers] Lock screen disabling at call End

2009-08-05 Thread Zealousian
hi, I have a requirement to disable the Lock Screen, after the call. normally whats happening is when call starts in onresume : app.disableKeyguard(); is called and again in onpause : app.reenableKeyguard(); is called. but this is just temporary state changing. I cant use this at the end of the

[android-developers] Lock screen interferres with the application forced to be landscaped

2011-07-04 Thread benderillo
Hi All, Here is the thing. There is an application which has android:screenOrientation="landscape" android:configChanges="orientation|keyboardHidden" in its Manifest. When lock screen appears on top of the application it forces the app to go to portrait mode despite of the fact that it is clearly