在尝试了解Android的SyncAdapter时/ContentProvider框架,一件事仍然使我难以理解。我不明白为什么ContentProvider需要android:syncable="true"在list中定义。为什么ContentProvider需要知道它是否会在SyncAdapter中使用?谷歌文档说:“该标志允许同步适配器框架与内容提供者进行数据传输,但只有在您明确执行时才会发生传输。”这是否意味着如果我不指定android:syncable="true",我不能使用ContentProvider在SyncAdapter的onPerform?如果是这样,框架怎么能强制