neue musik
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user