On Friday, March 29, 2013 10:40:44 PM UTC, plnelson wrote:
>
>
>
>
> RichardC wrote 
>   Technically it needs a "." here:
>
>   <activity android:name=".DGraphActivity"
>    
> I'm skeptical.   My program has about 20 Activities and none of them have 
> .'s in front of the name and I've written a lot of other Android programs 
> without .'s.   And this works fine without the "." if I launch it in 
> singleInstance.       From time to time I have heard people mention "."'s 
> in the Manifest so I don't know if that used to be a requirement in the 
> early days or what.   Just for yucks I tried putting the "." in and it 
> didn't help. 
>

I works for me as well, that's why I wrote "technically".  It's just not 
documented to work, see:
http://developer.android.com/guide/topics/manifest/activity-element.html#nm

and as you were having trouble I though it might help.


-- 
-- 
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...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to