The end result is the same. Activity not found. For reference: Using ComponentName(Package, Class) produced the same values as unflatten(package/class).
On Jul 11, 1:34 am, Dianne Hackborn <[email protected]> wrote: > On Sat, Jul 10, 2010 at 5:39 PM, CMWiii <[email protected]> wrote: > > "name" was just chosen for the psuedo code. It is a component name of > > the form" packagename/classname", > > hence the unflatten. > > Don't use flattened names. The only time you'll use those is if you > actually to have to flatten to a string, to put them in a URI or such. Use > the complete separate strings -- package name and class name -- as I > described. > > -- > Dianne Hackborn > Android framework engineer > [email protected] > > Note: please don't send private questions to me, as I don't have time to > provide private support, and so won't reply to such e-mails. All such > questions should be posted on public forums, where I and others can see and > answer them. -- 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

