neue musik

This commit is contained in:
pi
2026-04-12 10:25:20 +02:00
parent 7552ac1942
commit e12950c25c
2 changed files with 5 additions and 1 deletions
@@ -45,6 +45,10 @@ class MainActivity : Activity() {
copyRawToFiles(R.raw.hairdryer, "hairdryer.ogg", soundFolder)
copyRawToFiles(R.raw.fezforgotten, "fezforgotten.ogg", soundFolder)
copyRawToFiles(R.raw.feuer, "feuer.ogg", soundFolder)
copyRawToFiles(R.raw.meeresrauschen, "meeresrauschen.ogg", soundFolder)
copyRawToFiles(R.raw.regen, "regen.ogg", soundFolder)
copyRawToFiles(R.raw.zombi, "zombi.ogg", soundFolder)
val status = findViewById<TextView>(R.id.statusText)
val input = findViewById<EditText>(R.id.timerInput)
@@ -124,7 +128,7 @@ class MainActivity : Activity() {
}?.toList() ?: emptyList()
}
// --- Permissions ---
// --- Permissions
/* private fun checkPermissions(): Boolean {
val permission = if (Build.VERSION.SDK_INT >= 33)
android.Manifest.permission.READ_MEDIA_AUDIO
Binary file not shown.