Is it possible to Display Information on the lock screen from an Android application. I came across a few Apps which allow you to display Email and Calendar information on the screen but could not find which API to use for achieving the same.
-
kindly share links the links to such apps . i think i know how they work , but we need to look at their permissions to know for sure. – android developer Dec 09 '12 at 07:02
-
@androiddeveloper https://play.google.com/store/apps/details?id=com.noamwolf.android.androidfound – Harsha M V Dec 09 '12 at 07:05
-
ahh.. There i see the permissions too :P – Harsha M V Dec 09 '12 at 07:07
3 Answers
Android 4.2 supports app widgets on the lockscreen.

- 986,068
- 189
- 2,389
- 2,491
-
am sorry but this is out of context. Have you worked on the new SupportMapFragment ? incase you have please need your assistance http://stackoverflow.com/questions/13764266/android-supportmapfragment-exception-error – Harsha M V Dec 09 '12 at 13:44
-
@HarshaMV: Android 4.0(?) added support for music players to have basic controls (play/pause/stop). Nothing before that, at least that was officially supported. – CommonsWare Dec 09 '12 at 14:28
-
thank you. i guess an alternative lockscreen is the only way to go :D – Harsha M V Dec 09 '12 at 14:41
according to the app you've mentioned (which has very poor description and quite low rating) , i suspect they disable the keyguard (the default lock screen) each time they get the event of power off (or on) .
maybe the activity that they are using has a transparent background and is above the normal lock screen .
there are many similar apps , such as "widget Locker" ,"magic Locker" and "quick Launch" , all do about the same thing to replace the keyguard . most of them also have the ability to replace the launcher (but will still show the launcher of the user, of course) , for smoother experience .
does the screenshot belong to the app you've mentioned , or to something you wish to achieve ?

- 114,585
- 152
- 739
- 1,270
You can learn how it can be done if you look at the sources of open source project contact owner that adds a message to the lock screen, too.

- 14,517
- 7
- 53
- 85