mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-21 20:19:23 +01:00
Change suggested by IDE
This commit is contained in:
parent
8c43dfd58f
commit
af50a1cc3d
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue