[Mono-bugs] [Bug 632611] Application name is that of the activity class, not specified name

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Aug 20 11:26:25 EDT 2010


https://bugzilla.novell.com/show_bug.cgi?id=632611

https://bugzilla.novell.com/show_bug.cgi?id=632611#c7


--- Comment #7 from Jonathan Pobst <jpobst at novell.com> 2010-08-20 15:26:24 UTC ---
The reason I mentioned [Name] is that it can't be overridden in the manifest. 
If you change the name on your <activity>, monodroid.exe will simply generate a
new <activity> for it, and you are stuck with both.

If [Label] is a string, the user could enter "My Activity" or
"@string/activity_name" to handle localization.  Or we can also have an
overload that takes an int pointing to the resource.

I think I would suggest Android.App, so it's in the same namespace as Activity,
so it should pretty much always be in-scope for users.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list