add android server chat and multi chat;update android server page

This commit is contained in:
csf
2022-03-22 16:40:23 +08:00
parent 99b27b1fe4
commit 6ce7018f07
10 changed files with 424 additions and 306 deletions

View File

@@ -46,7 +46,9 @@ class MainActivity : FlutterActivity() {
when (call.method) {
"init_service" -> {
Log.d(logTag, "event from flutter,getPer")
getMediaProjection()
if(mainService?.isReady == false){
getMediaProjection()
}
result.success(true)
}
"start_capture" -> {