Also, in the Android Manifest properties section, I have set package name as
net.develop.mInterceptor. In my widget1_info.xml, i have


<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider
xmlns:android="http://schemas.android.com/apk/res/android";
    android:minWidth="294dp"
    android:minHeight="72dp"
    android:updatePeriodMillis="1000"
    android:initialLayout="@layout/widget1"
    android:configure="net.develop.mInterceptor.mIConfig"    >
</appwidget-provider>

is the configure line correct?


--
View this message in context: 
http://mono-for-android.1047100.n5.nabble.com/Setting-Configuration-activity-for-Widget-tp5506245p5526651.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