android video service wakelock
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
c6ace470e3
commit
bd81e4d0fb
7 changed files with 87 additions and 9 deletions
|
|
@ -211,6 +211,7 @@ class MainService : Service() {
|
|||
override fun onCreate() {
|
||||
super.onCreate()
|
||||
Log.d(logTag,"MainService onCreate")
|
||||
init(this)
|
||||
HandlerThread("Service", Process.THREAD_PRIORITY_BACKGROUND).apply {
|
||||
start()
|
||||
serviceLooper = looper
|
||||
|
|
@ -315,7 +316,6 @@ class MainService : Service() {
|
|||
mediaProjection =
|
||||
mediaProjectionManager.getMediaProjection(Activity.RESULT_OK, it)
|
||||
checkMediaPermission()
|
||||
init(this)
|
||||
_isReady = true
|
||||
} ?: let {
|
||||
Log.d(logTag, "getParcelableExtra intent null, invoke requestMediaProjection")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue