am ea12f0fd
: Fix some sync adapter docs typos.
* commit 'ea12f0fd7ed236fa38f73cfff5be5fa36f016690': Fix some sync adapter docs typos.
This commit is contained in:
@ -190,7 +190,7 @@ public class StubProvider extends ContentProvider {
|
|||||||
<provider
|
<provider
|
||||||
android:name="com.example.android.datasync.provider.StubProvider"
|
android:name="com.example.android.datasync.provider.StubProvider"
|
||||||
android:authorities="com.example.android.datasync.provider"
|
android:authorities="com.example.android.datasync.provider"
|
||||||
android:export="false"
|
android:exported="false"
|
||||||
android:syncable="true"/>
|
android:syncable="true"/>
|
||||||
...
|
...
|
||||||
</application>
|
</application>
|
||||||
|
@ -619,7 +619,7 @@ public class MainActivity extends FragmentActivity {
|
|||||||
android:name="com.example.android.datasync.SyncService"
|
android:name="com.example.android.datasync.SyncService"
|
||||||
android:exported="true"
|
android:exported="true"
|
||||||
android:process=":sync">
|
android:process=":sync">
|
||||||
<intent-filter>com.example.android.datasync.provider
|
<intent-filter>
|
||||||
<action android:name="android.content.SyncAdapter"/>
|
<action android:name="android.content.SyncAdapter"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
<meta-data android:name="android.content.SyncAdapter"
|
<meta-data android:name="android.content.SyncAdapter"
|
||||||
|
Reference in New Issue
Block a user