OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- The attributes in this XML file provide configuration information --> | 2 <!-- The attributes in this XML file provide configuration information --> |
3 <!-- for the SyncAdapter. --> | 3 <!-- for the SyncAdapter. --> |
4 | 4 |
5 <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" | 5 <sync-adapter xmlns:android="http://schemas.android.com/apk/res/android" |
6 android:contentAuthority="org.chromium.chrome.testshell" | 6 android:contentAuthority="org.chromium.chrome.shell" |
7 android:accountType="com.google" | 7 android:accountType="com.google" |
8 /> | 8 /> |
OLD | NEW |