On Monday, January 14, 2013 11:38:32 PM UTC, Lew wrote: > > bob wrote: > >> Can someone help me understand what <init> means in the stack trace here: >> at android.bluetooth.BluetoothAdapter.<init>(BluetoothAdapter.java:1541) >> I guess it is a function name? >> > > Nope. >
It's the constructor for the object that takes no parameters. -- 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

