Top "Android-contentprovider" questions

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

IllegalArgumentException: Invalid column

Here is the logcat: 01-15 16:06:03.622: ERROR/AndroidRuntime(22300): Uncaught handler: thread main exiting due to uncaught exception 01-15 16:06:03.657: ERROR/AndroidRuntime(22300): java.…

java android sqlite android-contentprovider illegalargumentexception
Possible to use multiple authorities with FileProvider?

Background I maintain a library whose core functionality involves sharing programmatically-captured screenshots to external email applications. I use a FileProvider …

android android-manifest android-contentprovider manifest-merging
can we get chrome browsing history/bookmarks in our android app

can we get chrome browsing history/bookmarks like we get in default browser using READ_HISTORY_BOOKMARKS permission? PS:I …

android android-contentprovider android-browser google-chrome-app
Android Facebook content provider authority

I'm developing an app with (at least) two flavors having different package names - therefore actually two different apps as …

android facebook android-contentprovider
Android SQLite database and app update

I have developed an android app and released version 1.0. The app contains SQLite local database with 5 tables. Now we planned …

android sqlite android-contentprovider android-sqlite
Difference between ContentObserver and DatasetObserver?

What is difference between ContentObserver and DatasetObserver? When one or another should be used? I get Cursor with single row. …

android cursor android-contentprovider contentobserver
Using data from context providers or requesting Google Photos read permission?

My app allows users to import their photos and videos from other apps. Now that Google replaced Google+ Photos with …

android android-contentprovider google-photos
get the last picture taken by user

hey I want to get the last picture captured by user through any camera application. I have no idea how …

android image android-contentprovider
Getting an image from Gallery on from the Picasa//Google + synced folders doesn't work

I am trying to get an image from the gallery app from one of the folders from the Google+ synced …

android android-intent android-contentprovider
MediaStore: get image data, thumbnail and folder

I have two lists. Let's call them AlbumsList and PicturesList. The first one shows photo album cover (one of the …

android uri android-contentprovider mediastore