0
을 인식하지 : <sync-adapter>
요소가 제안에 표시되지 않지만 (Android 스튜디오의 경우) <account-authenticator>
이 표시됩니다.<동기화 어댑터> 요소는
을 인식하지 : <sync-adapter>
요소가 제안에 표시되지 않지만 (Android 스튜디오의 경우) <account-authenticator>
이 표시됩니다.<동기화 어댑터> 요소는
사용이
<?xml version="1.0" encoding="utf-8"?>
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
android:accountType="example.com"
android:allowParallelSyncs="false"
android:contentAuthority="my.authority"
android:isAlwaysSyncable="true"
android:supportsUploading="false"
android:userVisible="true" />
XML 파일 내 파일의 차이점은 무엇입니까? –
android : contentAuthority 맞춤법 검사 –