It is documented in the Really True Generated Docs, but yes there is a bug where it hasn't gotten into the hand-written docs:
http://developer.android.com/reference/android/R.styleable.html#AndroidManifestUsesLibrary On Thu, Jan 13, 2011 at 3:56 PM, Mark Murphy <[email protected]>wrote: > On Thu, Jan 13, 2011 at 3:31 PM, Dianne Hackborn <[email protected]> > wrote: > > For what its worth, if you don't require a library, use > > android:required="false" in your uses-library. Then you can use the > normal > > Java tricks to not crash if the library symbols are not in your class > > loader. > > Note that android:required on <uses-library> is undocumented. > > http://code.google.com/p/android/issues/detail?id=10354 > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > Android App Developer Books: http://commonsware.com/books > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- 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

