Hello all Do I need to specify an uses tag in AndroidManifest if I shall use a custom Content provider?
Example: Provider tag in Content Provider: <provider android:name="BooksProvider" android:authorities="net.learn2develop.provider.Books" /> What *uses* tag do I need to have in a client app that use this provider? Best regards Per-Jarle -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en