Jump to content

pb avec fenetre de config Widget


Lemp

Recommended Posts

Bonjour ,

la fenetre de config ( activity) ne se lance pas ?

j'ai pourtant ajouté :

<activity android:name=".WidgetConfigActivity" android:label="@string/widget_name">

<intent-filter>

<action

android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />

</intent-filter>

</activity>

dans le manifest ...

merci de votre aide

Slts

Lemp

Link to comment
Share on other sites

Bonjour ,

la fenetre de config ( activity) ne se lance pas ?

j'ai pourtant ajouté :

<activity android:name=".WidgetConfigActivity" android:label="@string/widget_name">

<intent-filter>

<action

android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />

</intent-filter>

</activity>

dans le manifest ...

merci de votre aide

Slts

Lemp

je me reponds :

ajouter : android:configure="com.astocktrackerwidget.WidgetConfigActivity"

dans le provider du widget

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...