i have the same problem, something is wrong with mono for android .

my broadcast receiver doesn't fire at all but when i add

 <receiver android:name=".Boot">
      <intent-filter>
        <action android:name="android.intent.action.BOOT_COMPLETED" />
      </intent-filter>

to manifest file it fires and then crashes .. maybe it's all about running
an application once ;if so then start main activity like other apps and then
convert it to service or a receiver. 



--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Automatic-activity-start-tp5078121p5713002.html
Sent from the Mono for Android mailing list archive at Nabble.com.
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to