therajanmaurya 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_r201709249
##########
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:
Initialize in Application Class this.
----------------------------------------------------------------
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