favoritelist

This commit is contained in:
danijoo
2015-11-01 13:09:05 +01:00
parent 73445906ed
commit 41abda5031
29 changed files with 327 additions and 24 deletions

View File

@@ -20,6 +20,11 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<provider
android:authorities="net.headlezz.udacityproject1.FavoriteProvider"
android:name="net.headlezz.udacityproject1.provider.FavoriteProvider"
android:exported="false" />
</application>
</manifest>