but its a pitty that I have to create TWO different configure
activities also

<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/
android"
    android:minWidth="74dip"
    android:minHeight="72dip"
    android:updatePeriodMillis="21600000"
    android:initialLayout="@layout/widget_word"
    android:configure="com.chris.app.setwidgetuser"
    />

/xml/widget_word2.xml
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/
android"
    android:minWidth="74dip"
    android:minHeight="72dip"
    android:updatePeriodMillis="21600000"
    android:initialLayout="@layout/widget_word"
    android:configure="com.chris.app.setwidgetuser2"
    />

or is there a way to check what broadcast starts my configuration, so
i can
change some code in it? If possible, just let me know how to get what
broadcast
calls my configuration

thanks


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to