[android-developers] Re: Controlling LEDs on Notification

2011-02-17 Thread Marcus Wolschon
RTFM http://developer.android.com/guide/topics/ui/notifiers/notifications.html#Lights On 17 Feb., 14:44, Jake Colman col...@ppllc.com wrote: On my HTC EVO I see that my running apps have two forms of typical notification: 1) Tweets, for example, vibrate and make a sound once upon arrival

[android-developers] Re: Controlling LEDs on Notification

2011-02-17 Thread Jake Colman
Marcus, Not a helpful answer - but maybe my question was not specific enough. Several questions: 1) Using DEFAULT_ALL, why is DEFAULT_LIGHTS not included? 2) To specify color, the implication is that I have replace DEFAULT_LIGHTS with FLAG_SHOW_LIGHTS. If so, what is the equivalent

Re: [android-developers] Re: Controlling LEDs on Notification

2011-02-17 Thread TreKing
On Thu, Feb 17, 2011 at 8:50 AM, Jake Colman col...@ppllc.com wrote: 1) Using DEFAULT_ALL, why is DEFAULT_LIGHTS not included? It is: public static final int DEFAULT_ALL Since: API Level 1http://developer.android.com/guide/appendix/api-levels.html#level1 Use all default values (where

[android-developers] Re: Controlling LEDs on Notification

2011-02-17 Thread Jake Colman
T == TreKing treking...@gmail.com writes: T On Thu, Feb 17, 2011 at 8:50 AM, Jake Colman col...@ppllc.com wrote: 1) Using DEFAULT_ALL, why is DEFAULT_LIGHTS not included? T It is: T public static final int DEFAULT_ALL T Since: API Level T T

Re: [android-developers] Re: Controlling LEDs on Notification

2011-02-17 Thread Kostya Vasilyev
[ see below ] 17.02.2011 22:01, Jake Colman пишет: I see that I can manually see whatever I'd like. What I don't see is what settings are the equivalent of what happens when an SMS message arrives. So, to summarize, how do I easily obtain the equivalent of the SMS notification can someone

Re: [android-developers] Re: Controlling LEDs on Notification

2011-02-17 Thread TreKing
On Thu, Feb 17, 2011 at 1:01 PM, Jake Colman col...@ppllc.com wrote: I see that I can manually see whatever I'd like. What I don't see is what settings are the equivalent of what happens when an SMS message arrives. So, to summarize, how do I easily obtain the equivalent of the SMS