修改蓝牙直播,同时获取网络轨迹的bug;新增出现闪退,5秒自动退出APP;

This commit is contained in:
yezhiqiu
2025-11-17 09:48:42 +08:00
parent 19fbe218a7
commit 27f954a8c8
14 changed files with 119 additions and 18 deletions

View File

@@ -36,6 +36,7 @@ import androidx.annotation.StringDef
MMKVKey.OnlyGoogleMap,
MMKVKey.MapType,
MMKVKey.ShowFence,
MMKVKey.isCrash,
MMKVKey.Shared
)
@Retention(AnnotationRetention.SOURCE)
@@ -95,5 +96,6 @@ annotation class MMKVKey {
//是否分享的
const val Shared = "shared"
const val isCrash = "isCrash"
}
}