[Mono-bugs] [Bug 653385] New: Allow MetaDataAttribute to create //application/meta-data tag
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Nov 12 16:11:58 EST 2010
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: mkestner at novell.com
ReportedBy: danomania at gmail.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list