mirror of
https://github.com/seazon/FeedMe.git
synced 2025-01-21 18:36:00 +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.
|
- [other] Call sync service via 3rd party app.
|
||||||
``` java
|
``` java
|
||||||
Intent intent = new Intent();
|
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("auto", false);
|
||||||
intent.putExtra("type", syncTypes);
|
intent.putExtra("type", syncTypes);
|
||||||
activity.startService(intent);
|
activity.startService(intent);
|
||||||
|
@ -156,7 +156,7 @@
|
|||||||
- [其他] 可以外部调用同步服务。
|
- [其他] 可以外部调用同步服务。
|
||||||
``` java
|
``` java
|
||||||
Intent intent = new Intent();
|
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("auto", false);
|
||||||
intent.putExtra("type", syncTypes);
|
intent.putExtra("type", syncTypes);
|
||||||
activity.startService(intent);
|
activity.startService(intent);
|
||||||
|
Loading…
Reference in New Issue
Block a user