Skip to content

Commit

Permalink
AND-17474 Remove sync broadcast receiver definition in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
konnovdev committed Sep 28, 2023
1 parent 621d22a commit 88d7b8d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions feature/sync/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,12 @@
xmlns:android="http://schemas.android.com/apk/res/android">

<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>

<application>

<service
android:name=".data.service.SyncBackgroundService"
android:exported="false"/>

<receiver
android:name=".data.service.SyncBootBroadcastReceiver"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
</application>
</manifest>

0 comments on commit 88d7b8d

Please sign in to comment.