I am writing a special sync adapter. After adding an account, it will be shown that the databases will be synchronized. Based on ads in Adapter.xml for ex Sync Contacts, Sync Calender.
Can I customize these names.
Thanks vikas bisla
You need to set the tag tag for your provider in AndroidManifest.xml, for example:
provider android:name="ItemProvider" android:authorities="com.yourApp.ItemProvider" android:label="All data" android:syncable="true"
Greetings
Source: https://habr.com/ru/post/1795157/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1795152/bash-script-on-cygwin-seems-to-get-stuck-between-consecutive-commands&usg=ALkJrhiOYaxWayXSUbxSvM1okdoBIemYiQAdding Application Configuration to a Windows Form Application - .netThe most efficient way to delete database data in Entity Framework 4? - entity-framework-4How can we check the box in uitableviewcell - objective-cHow to mount a Tomcat application with context link with mod_jk? - tomcatHow to hide application context in its url using Tomcat? - tomcatSaving files using Carrierwave without forms - ruby-on-railsHTML javascript normalizer - javaHow to use stty type of stl container when using templates? - c ++How to vote using Rails 3 gem 'thumbs_up'? - ruby-on-railsAll Articles