Skip to content

Commit

Permalink
removed the extra "exported = true"statements
Browse files Browse the repository at this point in the history
  • Loading branch information
junaidwarsivd committed Feb 14, 2023
1 parent 6654ba8 commit 416ad69
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions opensrp-unicef-tunisia/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,19 @@
android:resource="@xml/captured_images_path" />
</provider>

<service android:name="org.smartregister.immunization.service.intent.VaccineIntentService" android:exported="true" />
<service android:name="org.smartregister.growthmonitoring.service.intent.ZScoreRefreshIntentService" android:exported="true" />
<service android:name="org.smartregister.growthmonitoring.service.intent.WeightIntentService" android:exported="true"/>
<service android:name="org.smartregister.growthmonitoring.service.intent.HeightIntentService" android:exported="true"/>
<service android:name="org.smartregister.growthmonitoring.service.intent.WeightForHeightIntentService" android:exported="true"/>
<service android:name="org.smartregister.sync.intent.SyncAllLocationsIntentService" android:exported="true"/>
<service android:name="org.smartregister.sync.intent.PullUniqueIdsIntentService" android:exported="true"/>
<service android:name="org.smartregister.sync.intent.ValidateIntentService" android:exported="true"/>
<service android:name="org.smartregister.sync.intent.ExtendedSyncIntentService" android:exported="true"/>
<service android:name="org.smartregister.sync.intent.SettingsSyncIntentService" android:exported="true" />
<service android:name=".service.intent.AppSyncIntentService" android:exported="true"/>
<service android:name=".service.intent.ArchiveChildrenAgedAboveFiveIntentService" android:exported="true"/>
<service android:name=".service.intent.AppVaccineScheduleUpdateIntentService" android:exported="true" />
<service android:name="org.smartregister.immunization.service.intent.VaccineIntentService" />
<service android:name="org.smartregister.growthmonitoring.service.intent.ZScoreRefreshIntentService" />
<service android:name="org.smartregister.growthmonitoring.service.intent.WeightIntentService"/>
<service android:name="org.smartregister.growthmonitoring.service.intent.HeightIntentService"/>
<service android:name="org.smartregister.growthmonitoring.service.intent.WeightForHeightIntentService"/>
<service android:name="org.smartregister.sync.intent.SyncAllLocationsIntentService"/>
<service android:name="org.smartregister.sync.intent.PullUniqueIdsIntentService"/>
<service android:name="org.smartregister.sync.intent.ValidateIntentService"/>
<service android:name="org.smartregister.sync.intent.ExtendedSyncIntentService"/>
<service android:name="org.smartregister.sync.intent.SettingsSyncIntentService"/>
<service android:name=".service.intent.AppSyncIntentService"/>
<service android:name=".service.intent.ArchiveChildrenAgedAboveFiveIntentService"/>
<service android:name=".service.intent.AppVaccineScheduleUpdateIntentService"/>

<uses-library
android:name="org.apache.http.legacy"
Expand Down

0 comments on commit 416ad69

Please sign in to comment.