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

https://bugzilla.novell.com/show_bug.cgi?id=653385#c0


           Summary: Allow MetaDataAttribute to create
                    //application/meta-data tag
    Classification: Mono
           Product: MonoDroid
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12)
Gecko/20101026 Firefox/3.6.12

In order for the hardware search button to be enabled for your application, a
//application/meta-data tag need to be included in the AndroidManifest.xml
file. It would be nice if the MetaDataAttribute could be used to add this tag.
It should probably also be valid in the same contexts as the
ApplicationAttribute.

It should be documented here,
http://developer.android.com/guide/topics/manifest/meta-data-element.html, but
it isn't. It is documented in the SearchableDatabase sample
http://developer.android.com/guide/topics/manifest/meta-data-element.html.



Reproducible: Always

Steps to Reproduce:
1.
2.
3.


Expected Results:  
Something like this:

<manifest ...>
<application ...>
    <!-- Points to searchable activity so the whole app can invoke search. -->
    <meta-data android:name="android.app.default_searchable"
        android:value=".SearchableDictionary" />
</application>
</manifest>

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to