Hey ho,
how can i use the ACTION_SEARCH intent to open on of mine activities?
This code doesn't work:
<activity android:name=".activity.SearchOverlay"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
<intent-filter>
<action
android:name="android.intent.action.SEARCH" />
<category
android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
i would appreciate any help.
--
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en