Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- TODO (2): Create a plant_widget.xml file that contains an ImageView defaulting to @drawable/grass -->
<!-- TODO (3): Create a PlantWidgetProvider class that extends AppWidgetProvider and
set updateAppWidget to handle clicks and launch MainActivity -->
<!-- TODO (4): Add a reciever tag for PlantWidgetProvider and an intent-filter for APPWIDGET_UPDATE
<!-- TODO (4): Add a receiver tag for PlantWidgetProvider and an intent-filter for APPWIDGET_UPDATE
with meta data pointing to the plant_widget_info file -->

<activity
Expand All @@ -37,4 +37,4 @@
android:label="@string/title_activity_add_plant" />
</application>

</manifest>
</manifest>