Top "Android-contentprovider" questions

Content providers are one of the primary building blocks of Android applications, providing content to applications.

How to access the SMS storage on Android?

Beginner Android dev here. I'm trying to create an app that will read the SMS messages stored on the device …

android sms android-contentprovider
Install shows error in console: INSTALL FAILED CONFLICTING PROVIDER

I am experimenting with the NotesList sample program in the Android SDK. I've made a slight variation in the program, …

android android-contentprovider
How to use support FileProvider for sharing content to other apps?

I'm looking for a way to correctly share (not OPEN) an internal file with external application using Android Support library's …

android android-contentprovider android-support-library android-fileprovider
How to get camera result as a uri in data folder?

I am creating an application in which I want to capture a image and then I want to send that …

android android-camera android-contentprovider
What to do when - java.io.FileNotFoundException: No content provider?

when I try to attach a file to an email, I get a java.io.FileNotFoundException: No content provider logcat …

android email attachment android-contentprovider
Using build types in Gradle to run same app that uses ContentProvider on one device

I have set up Gradle to add package name suffix to my debug app so I could have release version …

android gradle android-contentprovider android-gradle-plugin
IllegalArgumentException: the bind value at index 1 is null

Does anybody know what this means? 12-31 20:55:45.861: ERROR/AndroidRuntime(12478): Caused by: java.lang.IllegalArgumentException: the bind value at index 1 is …

android database sqlite android-contentprovider
Android error - close() was never explicitly called on database

Where should I call close() on the code? The LogCat returns this error: close() was never explicitly called on database …

android sqlite android-contentprovider
Failed to find provider info for 'ContentProvider'

I have a problem that I just cannot figure out. I am using Eclipse to create my own Content Provider …

android android-contentprovider
How do I use the Android SyncAdapter?

I try to understand the Android synchronization logic. What I don't understand is the file syncadapter.xml contained in the …

android android-contentprovider android-syncadapter