am 4881578e: am ea12f0fd: Fix some sync adapter docs typos.

* commit '4881578e6ccd8b51606750e3fd4e20b2204287c7':
  Fix some sync adapter docs typos.
This commit is contained in:
Andrew Flynn
2014-08-01 18:33:48 +00:00
committed by Android Git Automerger
2 changed files with 2 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ public class StubProvider extends ContentProvider {
<provider
android:name="com.example.android.datasync.provider.StubProvider"
android:authorities="com.example.android.datasync.provider"
android:export="false"
android:exported="false"
android:syncable="true"/>
...
</application>

View File

@@ -619,7 +619,7 @@ public class MainActivity extends FragmentActivity {
android:name="com.example.android.datasync.SyncService"
android:exported="true"
android:process=":sync">
<intent-filter>com.example.android.datasync.provider
<intent-filter>
<action android:name="android.content.SyncAdapter"/>
</intent-filter>
<meta-data android:name="android.content.SyncAdapter"