Sync-adapter 和 contentAuthority - 如何定义?
我正在创建自己的内容提供商。 我应该为 contentAuthority
选择唯一的名称。但是,如果我以“com.example.something”之类的标准方式定义它,那么相同的值会显示在同步屏幕上,并且无法翻译该值(资源 id 无法作为 contentAuthority 的值传递) )。
I am creating my own content provider.
I supposed to choose unique name for contentAuthority
. But if I define this in a standard way like "com.example.something", then the same value is displayed on the sync screen and there is no way to translate that (resource id can not be passed as value for contentAuthority
).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我找到了解决方案 - 一旦定义了 ContentProvided,就会显示其名称(标签)。
Ok, I found the solution - once ContentProvided is defined, its name (label) is displayed.