Skip to content

Commit

Permalink
try fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
segler-alex committed Oct 16, 2023
1 parent 542ae0e commit 2c8a647
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,16 @@
</intent-filter>
</service>

<!-- <service
<!-- android:name="net.programmierecke.radiodroid2.service.RadioDroidBrowserService"
<!-- android:exported="true"
<!-- tools:ignore="ExportedService">
<!-- <intent-filter>
<!-- <action android:name="android.media.browse.MediaBrowserService" />
<!-- </intent-filter>
<!-- </service>
<!--
<service
android:exported="true"
tools:ignore="ExportedService">
<intent-filter>
<action android:name="android.media.browse.MediaBrowserService" />
android:name="net.programmierecke.radiodroid2.service.RadioDroidBrowserService"
</intent-filter>
</service>
-->

<receiver
android:name="net.programmierecke.radiodroid2.alarm.AlarmReceiver"
Expand Down

0 comments on commit 2c8a647

Please sign in to comment.