Android Service Listener for the wakelock screen

前端 未结 3 2096
予麋鹿
予麋鹿 2020-12-12 07:53

Hii all,

Im developing an emergency calling application. What i want is when some person uses this specific code the phone will unlock and then only my application w

3条回答
  •  眼角桃花
    2020-12-12 08:19

    There is no sanctioned way to replace the lock screen. See Is there a way to override the lock pattern screen?

    The previous answer was to another question that got merged with this one:

    I would look into ACTION_NEW_OUTGOING_CALL, and also at this Android Developers blog post about receiver priority.

提交回复
热议问题