On Nov 10, 9:13 pm, Miguel Paraz <[email protected]> wrote: > Hi, > I'm now trying this on a more complicated app. > It doesn't work. > On the 1.5 emulator, nothing happens when onSearch() is called. > On the HTC Magic, the Google Search box appears. > The manifest is the same as my test app that works.
I found the problem. meta-data android:value MUST have the leading "." in the class name, while it is apparently optional in the activity definitions. -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

