Skip to content

Commit ea12f0f

Browse files
Andrew FlynnRobert Ly
authored andcommitted
Fix some sync adapter docs typos.
Change-Id: Icb108bcfd7835049ff7d50660d1f8084ebc3c8e9
1 parent 69ed58a commit ea12f0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/html/training/sync-adapters/creating-stub-provider.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public class StubProvider extends ContentProvider {
190190
<provider
191191
android:name="com.example.android.datasync.provider.StubProvider"
192192
android:authorities="com.example.android.datasync.provider"
193-
android:export="false"
193+
android:exported="false"
194194
android:syncable="true"/>
195195
...
196196
</application>

docs/html/training/sync-adapters/creating-sync-adapter.jd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ public class MainActivity extends FragmentActivity {
619619
android:name="com.example.android.datasync.SyncService"
620620
android:exported="true"
621621
android:process=":sync">
622-
<intent-filter>com.example.android.datasync.provider
622+
<intent-filter>
623623
<action android:name="android.content.SyncAdapter"/>
624624
</intent-filter>
625625
<meta-data android:name="android.content.SyncAdapter"

0 commit comments

Comments
 (0)