Android lock screen

Is there a way to display text on the lock screen? As well as information about unread SMS messages or like this music player on the lock screen using the "Play / Pause" buttons.

thank

+3
source share
1 answer

Yes and no. They do not have a public API to create or change a lock screen. The one who created the OS version on your device created your lock screen. Some of the manufacturers or operators have added additional things to the lock screen. I saw some that are related to the music application, HTC has several customizable screen locks. Therefore, if you want to create your own rum and release it on your device, you can write your own lockscreen. In short, the best thing you can do is write an application, which, according to the system, is an alternative home screen with some kind of locking mechanism before displaying the actual home. Then you configure the device not to use the lock screen (so that it does not appear at the same time). This is not a great solution,however, there are additional ways to access the device, if you use a "fake" blocking screen, for example, that if security is a problem, I would not do it at all.

, "" , , , . XDA , , , , , .

, , - . , , . , , - .

+6

All Articles