Change suggested by IDE

This commit is contained in:
jacques 2021-11-20 10:43:02 +01:00
parent 8c43dfd58f
commit af50a1cc3d

View file

@ -53,7 +53,8 @@
<!-- <service
android:name=".PillDroidJobService"
android:permission="android.permission.BIND_JOB_SERVICE" />-->
<receiver android:name="net.foucry.pilldroid.AlarmReceiver" >
<receiver android:name="net.foucry.pilldroid.AlarmReceiver"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>