dilpreet96 commented on a change in pull request #10: feat: Sync feature for
customer and customer details
URL: https://github.com/apache/fineract-cn-mobile/pull/10#discussion_r203805842
##########
File path: app/src/main/AndroidManifest.xml
##########
@@ -72,6 +72,12 @@
<activity
android:name=".ui.online.customers.customeractivities.CustomerActivitiesActivity"
/>
+ <receiver android:name=".jobs.JobsReceiver"
+ android:exported="false">
+ <intent-filter>
+ <action android:name="org.apache.fineract.JobsReceiver"/>
+ </intent-filter>
+ </receiver>
Review comment:
Periodic jobs can run in the background even when the application is closed
that's why I implemented it in this way
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services