mirror of
https://github.com/seazon/FeedMe.git
synced 2025-01-03 10:29:47 +01:00
update sync service name
This commit is contained in:
parent
6328f1737b
commit
dad8f352d7
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user