[android-developers] Re: Question about Contacts

2008-11-14 Thread steve1
You need android.permission.READ_CONTACTS in AndroidManifest.xml. On Nov 14, 3:20 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi,all. > I try to access Contacts data by using Content Providers,but there > seems to be an error. > > source code: > > public class iContact extends Activity {

[android-developers] Camera.takePicture()

2008-10-21 Thread steve1
I'm probably missing something obvious, so I apologize if this is a dumb question. Once I've registered callbacks using Camera.takePicture(), what does my application need to do to have those callbacks called? As near as I've been able to tell, the callback is executed during a camera preview, o