Lemp Posted November 13, 2010 Share Posted November 13, 2010 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 More sharing options...
Lemp Posted November 13, 2010 Author Share Posted November 13, 2010 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.