[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:09:21 EDT 2010


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

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


Jonathan Pobst <jpobst at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jpobst at novell.com

--- Comment #4 from Jonathan Pobst <jpobst at novell.com> 2010-08-20 15:09:20 UTC ---
I think the GUI for complete AndroidManifest.xml editing is going to be
extremely complex to write and use.  (Eclipse's is little more than a straight
XML editor.)

Currently, the GUI creates the manifest like Eric posted, and leaves out the
<activity> elements which are then created by monodroid.exe, though users can
manually add them if they want.

My (D) suggestion is to develop a series of Attributes one can apply to their
Activities that monodroid.exe can look for to build the <activity> element.

ie:

[Name ("mono.samples.hello.HelloActivity")]
[Label ("My Activity Title")]
[Category ("android.intent.category.LAUNCHER")]
[Category ("android.intent.category.SAMPLE_CODE")]
[DefaultActivity (true)]
public class MyActivity : Activity
{
}

-- 
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