[android-developers] Intent Receiver

2008-04-10 Thread jcmb
Does an Android application have to contain at least one Activity in order to be valid? If I try to run an intent receiver in Android, it gives me an error "The Manifest defines no activity! Launch aborted!" I tried installing the program manually using the adb tool, but when I tried to trigger t

[android-developers] Intent Receiver for android.intent.action.INSERT

2008-03-24 Thread Dexter's Brain
Hello All, I have an Intent Receiver which I will be triggered when a contact is added or deleted. My reciever properties in the androidmanifest.xml are as follows. And in my Intent Reciever