How to make android device always in wake mode?

后端 未结 7 1272
名媛妹妹
名媛妹妹 2021-02-07 04:46

After successful root of device. Now, I need to make device always in wake state i.e. always visibility of UI and no black screen or any daydream screens. To do so I think I\'ve

7条回答
  •  别跟我提以往
    2021-02-07 05:27

    I think you will need to modify the framework...Build framework.jar and push it to the device.

    You can refer this link to know how to modify framework code-Modify java code in framework.jar and https://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-2-hacking-around/

    Other alternative I can think of is using some MDM(Mobile device management) solution from Airwatch/SOTI/SAP Afaria which have privilege APIs to control the device.

提交回复
热议问题