Skip to content

Commit

Permalink
Add soundcrowd plugin signature to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf4b1 committed Dec 22, 2023
1 parent 6f9c987 commit 59ae713
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion tidal/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
<manifest package="com.tiefensuche.soundcrowd.plugins.tidal" />
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.tiefensuche.soundcrowd.plugins.tidal">

<application>
<provider
android:name="com.tiefensuche.soundcrowd.plugins.tidal.Plugin"
android:authorities="com.tiefensuche.soundcrowd.plugins"
android:exported="true">
<intent-filter>
<action android:name="com.tiefensuche.soundcrowd.plugins" />
</intent-filter>
</provider>
</application>
</manifest>

0 comments on commit 59ae713

Please sign in to comment.