feat: SongPickerActivity

This commit is contained in:
2026-03-19 12:27:38 +01:00
parent a8234005df
commit 02ebb17dc6
11 changed files with 385 additions and 3 deletions

View File

@@ -37,6 +37,9 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name="at.lockstep.ui.SongPickerActivity" />
<service
android:name="at.lockstep.app.LstForegroundService"
android:exported="false"