update sync service name

This commit is contained in:
dataegg 2019-06-17 21:44:42 +08:00
parent 6328f1737b
commit dad8f352d7
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@
- [other] Call sync service via 3rd party app.
``` java
Intent intent = new Intent();
intent.setClassName("com.seazon.feedme", "com.seazon.feedme.service.sync.SyncService");
intent.setClassName("com.seazon.feedme", "com.seazon.feedme.sync.service.SyncService");
intent.putExtra("auto", false);
intent.putExtra("type", syncTypes);
activity.startService(intent);

View File

@ -156,7 +156,7 @@
- [其他] 可以外部调用同步服务。
``` java
Intent intent = new Intent();
intent.setClassName("com.seazon.feedme", "com.seazon.feedme.service.sync.SyncService");
intent.setClassName("com.seazon.feedme", "com.seazon.feedme.sync.service.SyncService");
intent.putExtra("auto", false);
intent.putExtra("type", syncTypes);
activity.startService(intent);