mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-09 23:41:08 +01:00
Add receive broadcast
This commit is contained in:
parent
ef27dadcd6
commit
97b66b357f
1 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,8 @@
|
|||
android:label="@string/app_name"
|
||||
android:roundIcon="@mipmap/ic_launcher_round"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
android:theme="@style/AppTheme"
|
||||
android:allowBackup="true">
|
||||
<activity
|
||||
android:name=".MedicamentListActivity"
|
||||
android:label="@string/app_name"
|
||||
|
@ -50,5 +51,8 @@
|
|||
<service
|
||||
android:name=".PillDroidJobService"
|
||||
android:permission="android.permission.BIND_JOB_SERVICE" />
|
||||
<receiver android:name="net.foucry.pilldroid.AlarmReceiver" >
|
||||
</receiver>
|
||||
</application>
|
||||
|
||||
</manifest>
|
Loading…
Reference in a new issue