Skip to content

Commit

Permalink
Fix case issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DelphiWorlds committed Sep 9, 2023
1 parent df7405c commit c0ddd96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
android:exported="false" />
<receiver
android:name="com.delphiworlds.kastri.DWMultiBroadcastReceiver"
android:exported="True">
android:exported="true">
<intent-filter>
<action android:name="com.delphiworlds.kastri.DWMultiBroadcastReceiver.ACTION_ALARM_TIMER" />
<action android:name="com.delphiworlds.kastri.DWMultiBroadcastReceiver.ACTION_SERVICE_ALARM" />
Expand Down

0 comments on commit c0ddd96

Please sign in to comment.