Hi, > As for importing java.lang.String, those 2 files have been created > automatically by aidl (see the files in aidl/) and the tool doesn't > care about unneeded imports and automatically put import statements > for all the used classes.
Heretic question: Import is optional so why import at all? Note that the usual argument pro import apply to humans but are of no concern to a code generator. Martin -- 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

