How to turn off Android phone programmatically?

后端 未结 3 687
轮回少年
轮回少年 2021-01-05 13:33

I want to make a lock screen application. When the phone is in the lock mode, it will turn off the phone while the USB is plugged for prevent other users from accessing the

3条回答
  •  没有蜡笔的小新
    2021-01-05 14:23

    This is what can provide you an insight of the OS you are working on , and not about developing an app that would run on any device, as you have not made OS's for them.

    Just pull a branch of android , customize it according to your wish and in your mainfest remove the filters, permissions that don't allow you to do that, or add your owns. Now , you have to play with the battery if I talk of more depth.

    But if you just want to trigger the click on power off then its far simpler then.

提交回复
热议问题