add android info

This commit is contained in:
csf 2022-06-02 17:33:52 +08:00
parent 37339805c2
commit 345165e875
3 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,11 @@
package com.carriez.flutter_hbb
/**
* Handle remote input and dispatch android gesture
*
* Inspired by [droidVNC-NG] https://github.com/bk138/droidVNC-NG
*/
import android.accessibilityservice.AccessibilityService
import android.accessibilityservice.GestureDescription
import android.content.Context

View File

@ -1,5 +1,12 @@
package com.carriez.flutter_hbb
/**
* Handle events from flutter
* Request MediaProjection permission
*
* Inspired by [droidVNC-NG] https://github.com/bk138/droidVNC-NG
*/
import android.app.Activity
import android.content.ComponentName
import android.content.Context

View File

@ -1,8 +1,11 @@
package com.carriez.flutter_hbb
/**
* Capture screen,get video and audio,send to rust.
* Handle notification
* Dispatch notifications
*
* Inspired by [droidVNC-NG] https://github.com/bk138/droidVNC-NG
*/
package com.carriez.flutter_hbb
import android.Manifest
import android.annotation.SuppressLint