A ContentResolver represents the connection between an app requesting data and the target ContentProvider.

learn more… | top users | synonyms (1)

0
votes
0answers
11 views

default contact content provider is giving null

I am getting a strange issue , i am using contact content provider to get all details of phonebook , My application is running perfectly on each time except once , In which case after performing some ...
0
votes
0answers
20 views

Removing dead content provider . Just killing application directly

I am making an application for sms banning .In this i am widely using contact ContentProvider . I am using this "ContactsContract.CommonDataKinds.Phone.CONTENT_URI" URI to fetch all data of a contact ...
1
vote
0answers
18 views

Second most recent MMS received instead of most recent in Android

Recently, I have been working on an Android project that requires me to get the text from and MMS. I don't have a whole lot of experience with Android, but I am familiar with SQL and java and I have ...
0
votes
1answer
28 views

how to view image through image id in android

I've got the image id in the MediaStore. How can i view the image in the gallery according the id? I currently use the following code: ContentResolver cr = context.getContentResolver(); ...
1
vote
1answer
24 views

Keeping database queries from ContentResolver and SQLiteDatabase from blocking each other

My app runs some very complicated queries using joins and other things which the Android ContentResolver is not equipped to handle. Some of these queries, inserts, etc can block the UI thread, so I ...
1
vote
1answer
27 views

Content provider - multiple where parameters

I am a newbie with content providers and I have been referring to this document in order to understand and create a custom content provider. I have paths like this in the content descriptor class for ...
1
vote
1answer
58 views

Edit name/phone number of contact programmatically

I am trying to modify displayed name of a contact programmatically: try { ArrayList<ContentProviderOperation> ops = new ArrayList<ContentProviderOperation>(); ...
0
votes
1answer
29 views

How to Add Calendar event in android api level greater than 8?

How to add Calendar event in android api level greater than 8? ContentResolver cr = getContentResolver(); Cursor cursor = null; try{ if(Build.VERSION.SDK_INT >= 8){ ...
0
votes
0answers
28 views

Getting distinct call log numbers from android

I am working on android project and I am trying to get the numbers from the Android call log and display them in a list view. This is working fine except for one thing, at the moment if a number has ...
0
votes
1answer
50 views

How do I call custom method in ContentProvider through ContentResolver and access Bundle afterwards?

I have a custom method save() in my custom ContentProvider class MyContentProvider which I want to call through the ContentResolver. The objective is to pass an POJO as a Bundle through to ...
0
votes
0answers
31 views

Debugging a OperationApplicationException insert failed

I am going to try to simplify this situation as much as possible. Observe the following code: //... ArrayList<ContentProviderOperation> batch = Lists.newArrayList(); ...
0
votes
0answers
20 views

My Content Provider to Rest with Broadcast is having Infinite loop

I watched the virgil's android rest google io video and trying to implement it. In short this is the problem but please read on for details. ContentResolver query -> Content Provider Query -> Start ...
0
votes
0answers
65 views

Null pointer exception while accessing content resolver from fragments

I am getting Null Pointer Exception while getting the filepath of image captured by camera intent in Fragments. The onActivityResult codein fragment @Override public void onActivityResult(int ...
2
votes
1answer
133 views

Android CalendarContract, deleting a recurring event causes all events to disappear on calendar?

I have a sync adapter that handles syncing calendars and events. I am able to delete normal events just fine. But whenever I delete a recurring event, all the events on my calendar disappear. One ...
0
votes
1answer
81 views

Android ContentResolver.query and Custom Columns

I want to make an Android App that includes a list of audio files with extra info from each file's ID3 tag. I currently use ContentResolver.query to get the audio files. The ID3 data I want is not ...
0
votes
0answers
37 views

How to change contacts thumbnail using ContentResolver… Im totally stuck

I've been trying for days now to crack this... I simply cant understand how to change or update a contact's thumbnail image. I am working on an app that has a GridView with all contacts in the ...
0
votes
0answers
52 views

Cursor returns zero record when accessing log file of call of android but works fine with emulator

Here I am working with CallLogs.Call and trying to fetch call history from log files using contentResolver.query() and when I am executing it on emulator it displays the records but when running on ...
0
votes
0answers
39 views

Query with single selection where statement and multiple selection arguments

I need to implement the following query: query(uri, projection, "parent_id=? ", selectionArgs, null) ... where selectionArgs is array of Strings of length, that changes dynamically with every use ...
0
votes
0answers
80 views

Add contacts to group… wrong contact added

I'm trying to add a contact to a group but the wrong contact is added and I can't find the bug. I'm picking my contact using the contact picker from my onOptionsItemSelected method. case ...
0
votes
0answers
121 views

Can't update or add new contact photo Android

I can't understand why it works on emulator but not on real device. Please help!!! Here I'm getting contact id by phone number ContentResolver crFull = context.getContentResolver(); Uri ...
0
votes
1answer
72 views

Android contact data fields can edit but not create

I use this code to update a contact's address, but it only works for contacts that have an existing address. If the contact address field is empty, the update() method returns zero and the contact ...
0
votes
0answers
35 views

Using MockContentResolver

I'm having trouble getting my class to use a MockContentResolver for testing. In my class under test I have: private ContentResolver contentResolver; private MyClass() { contentResolver = ...
0
votes
1answer
73 views

Android ContentResolver does not find music on my device

My application worked fine when I used the original Google Music Player. It found songs and playlists, no problem. Since I started using Play Music, my application can't find any of this. Here is my ...
3
votes
1answer
527 views

Android Contacts provider get only phone contacts with all emails

I need to get all phone contacts and their email address and photo uri: This is what am doing: private void getContacts() { ContentResolver cr = getContentResolver(); Cursor cur = ...
1
vote
1answer
159 views

Adding events to android calendar failing

I am trying to add events to a user's calendar programatically. I have followed countless guides here on StackOverflow and elsewhere, but none of them will make that damned event show up in my ...
0
votes
0answers
74 views

ContentResolver.query returning null

I am trying to get the messages from my android device in my application. The code for above is.... public class GetSMS { Context c; public List<String> getSMS() { ...
0
votes
1answer
58 views

Why doesn't the notification URI work for a MergeCursor?

Suppose you have a CONTENT_URI inside your ContentProvider in which you want to do some complex stuff and return a combination of Cursors (MergeCursor) instead of a simple, single Cursor. It so ...
0
votes
1answer
68 views

Finding Caller of ContentResolver.notifyChange

I have an activity for updating a table which holds configuration data for a service. I am using a SimpleCursorLoader and the SupportLoaderManager to update the listview in that Activity. I destroy ...
3
votes
0answers
230 views

How to load a Picasa image from URI?

I'm using ACTION_PICK intent to select an image from gallery. Some albums like "Posts", "Profile Photos", etc are marked with Picasa icon. For images from such albums I get a URI similar to this: ...
0
votes
0answers
82 views

IllegalStateException: stableCount < 0: -1 on writing to device database

In my app I write messages to internal device database with following code : context.getContentResolver().insert(Uri.parse("content://sms/sent"), values); Some users (currently only on Nexus 7 with ...
0
votes
1answer
68 views

How to find out which application is accessing phone contacts in background?

I have searched a lot but didn't find any thing useful. I have created one sample application which will read and write the contacts and check the Android Log but didn't found any intent or any thing ...
0
votes
1answer
51 views

Android bulkInsert Progress Values?

I am using the Content Resolver's bulkInsert Method to speed up insertion in an AsyncTask, its working great but i wanted to update the ProgressDialog's value in publishProgress. Is this possible in ...
0
votes
0answers
99 views

How add multiple reminders for one event non-locally (i.e. across all devices)?

When I add one reminder for a calendar event, it shows up on all devices and emulators logged in to that calendar account. However, if I add multiple reminders for that event, only the device they ...
0
votes
1answer
61 views

How do I remove a reminder from an event so it updates the event in the provider not just the sqlite db?

I tried deleting a reminder for an event by using this code: int result = getContentResolver().delete( Reminders.CONTENT_URI, Reminders.EVENT_ID + " = ?", new String[] { "44" } ); This shows it ...
0
votes
1answer
136 views

How do I query for a calendar event's reminders? Future events show up but their reminders do not

When I query the content resolver for Events.CONTENT_URI, it correctly shows me future events and that they have an alarm. But when I query for Reminders.CONTENT_URI, it only shows me reminders that ...
0
votes
1answer
66 views

Sorting conctacts in alphabatically order in android

Hi am using this code for getting contacts from Android contact list last parameter in below method i.e null Can anyone tell me how to sort contact list alphabatically? which parameter I passed so I ...
1
vote
0answers
34 views

what is the order of column while querying using contentresolver in db?

I have a table structure table(col1 char,col2 int,col3 int,col4 char,col5 char) . i am using the content resolver to query for column (col1,col4,col3). to access the particular column i am ...
0
votes
0answers
76 views

FATAL ERROR 11 (SIGSEGV)

Hi I am getting fatal error when m trying to access storage media... it pointing to this piece of line Cursor cursor = cr.query(Uri.parse("content://media/external/faces")
0
votes
1answer
74 views

Exception occured while getting gumber for Contacts Picker

While doing the code for contact picking in my program, the line in which cursor is retrieving values is causing an exception. I can't figure out why the exception is happening. Can any one please ...
0
votes
1answer
160 views

Selecting RawContacts with special requirements in Android

Whenever I want to add new data to an existing Android contact, I use the following function to retrieve all RawContacts IDs for the given contact ID: protected ArrayList<Long> ...
0
votes
0answers
368 views

“no entry for content://media/external/images/media/0” when using MediaStore.Images and contentResolver to get images stored on device

I have a very basic requirement. I need the last captured image (and its thumbnail) from the device camera which i can use. I use the following code to get the image thumbnail: String[] ...
0
votes
0answers
309 views

ContentResolver.insert() causes CursorWindowAllocationException

I had written a test function to see the performance of inserting large number of rows into SMS database through content provider. The test code inserts same 500 entries into the database. The code ...
0
votes
0answers
81 views

Getting sqlquerybuilder error in building Custom Content Provider

I am developing a succeeding application which uses database of its preceding application. For that I have developed Content Provider class at preceding application which exposes its database ...
0
votes
1answer
131 views

appendQueryParameter vs. selection arguments

I am wodnering if it makes a difference if one specifies selection arguments in the URI or as corresponding parameters? E.g. Uri.Builder builder = Something.CONTENT_URI.buildUpon(); ...
0
votes
1answer
89 views

Why does android.content.ContentResolver.delete return an integer?

Just wondering, is there any other reason than "because the developer decided to do so" for android.content.ContentResolver.delete to return an integer? Shouldn't it return a long, in case one ...
0
votes
1answer
564 views

Error : Failed to find provider info for com.android.calendar

I am developing a reminder application. In which i am setting a reminder in calendar. The code i tried on my eclipse is as shown: public class MainActivity extends Activity { @Override protected ...
0
votes
1answer
92 views

getting illegal state exception while retrieving contacts

When i am retrieving contacts, it gives illegal state exception.. here is my code.. private ArrayList<HashMap<String, String>> getContacts() { // TODO Auto-generated method stub ...
9
votes
2answers
1k views

Android get sms from inbox, optimized way to read all messages and group them

Hi am implementing a SMS App, now am able to retrieve all messages with their respective contact info like display name, photo uri.. and am displaying them in a custom list where on item click takes ...
1
vote
0answers
84 views

Replicating android gallery view

I am working on a project to replicate android gallery and want to add some information against few media files, that need to create own database for media files information. The issue here is if I ...
0
votes
0answers
34 views

Find out what thread/app is querying ContentProvider

I am trying to do some investigation on connections to aCore (contacts provider) and trying to narrow down why there are so many Binder Threads. It appears we have 16+ Binder threads for Acore, and ...

1 2 3 4 5