File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/html/training/sync-adapters Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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>
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments