[android-developers] Re: Click on Notification does not work as expected... (see screencast!):(

2010-01-19 Thread RNekic
you might have code elsewhere that calls getIntent() and it makes sense to me to have onNewIntent "refresh" the Activity's intent by calling setIntent (theNewIntent); On Jan 19, 10:56 am, RNekic wrote: > In cases where I've needed to do this, I call a method from both

[android-developers] Re: Click on Notification does not work as expected... (see screencast!):(

2010-01-19 Thread RNekic
> > Still the same issue! So it did not change anything. :( The app is > running in the background... what the heck is going on here? :( > > And @RNekic was right... if the app is not active (running in the > background), it does not call onNewIntent() but onCreate(). How could >

[android-developers] Re: Click on Notification does not work as expected... (see screencast!):(

2010-01-18 Thread RNekic
If the app is not active, onNewIntent is not fired. Only onCreate will fire. On Jan 18, 1:16 pm, mastix mc wrote: > No ideas? I really thought that this was a simple question... Still > guess that it's just a "flag thing"... :) > > On Dec 24 2009, 7:26 am, mastix mc wrote: > > > > > Hi guys,

[android-developers] Re: TTS TalkBack doesn't read AlertDialog titles or messages?

2009-12-18 Thread RNekic
up your problem on that list. > > Regards > > On Dec 18, 5:55 pm, RNekic wrote: > > > > > So I tried turning on TalkBack to see how well my application works > > with the feature and I was surprised to discover that TalkBack does > > not speak the title or text o

[android-developers] TTS TalkBack doesn't read AlertDialog titles or messages?

2009-12-18 Thread RNekic
So I tried turning on TalkBack to see how well my application works with the feature and I was surprised to discover that TalkBack does not speak the title or text of an AlertDialog. It's only speaking the text from the buttons I add to the dialog. Am I doing something wrong when I define my Aler

[android-developers] Re: New SDK!

2009-12-17 Thread RNekic
I've modified the layoutopt.bat to correct the last line in the file when running it in Windows. Layoutopt now appears to run but yields no output for any of my layout files. I even pointed it at the entire layout directory of my project but all I get is a brief pause and I'm back at the DOS pro