java - Android - Make a contact not editable on the phone -


can tell me how make contact on android phone 'non editable', i've seen done facebook contacts dont know how self. there value have put contact when inserting contacts database? or option within accountmanager?

thanks in advance... :)

[edit] i've found out sync provider has 'read-only'. know how this?

in sync adapter's xml file (e.g. syncadapter.xml), define android:supportsuploading="false". make sync adapter "read-only" (i.e. phone won't able upload changes), looking for.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -