Android 中的同步适配器
我正在编写一个自定义同步适配器。添加帐户后,它将显示要同步的数据库,基于 Adapter.xml 中的同步联系人、同步日历的声明。
我可以自定义这些名称吗?
谢谢 维卡斯比斯拉
I am writing a custom sync Adapter. After adding a Account it will show the Databases to be synced, Based on the declaration in the Adapter.xml for ex Sync Contacts , Sync Calender.
Can i Customize these names.
Thanks
vikas bisla
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要在AndroidManifest.xml中为您的provider设置label标签,例如:
Cheers
You need to set the label tag for your provider in AndroidManifest.xml, for instance:
Cheers