Implement send notification

This commit is contained in:
世界
2024-11-07 12:48:48 +08:00
parent e38f352c48
commit 108f8b05af
15 changed files with 116 additions and 45 deletions

View File

@@ -3,4 +3,5 @@ package io.nekohasekai.sfa.constant
object Action {
const val SERVICE = "io.nekohasekai.sfa.SERVICE"
const val SERVICE_CLOSE = "io.nekohasekai.sfa.SERVICE_CLOSE"
const val OPEN_URL = "io.nekohasekai.sfa.SERVICE_OPEN_URL"
}