Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f1f7ba3 authored by Andrew Flynn's avatar Andrew Flynn Committed by Android Git Automerger
Browse files

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

* commit 'c08203c2':
  Fix some sync adapter docs typos.
parents 6efd1758 c08203c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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"