0

I want to code my own clock, replacing the one on the lock screen. Not to sure how to do this? I only designed app that displays data from firebase. Is there a way to display using flutter or java, information like a clock or a graph on the lock screen? I can only find examples of full screen notifications.

soda.city
  • 3
  • 1

1 Answers1

0

nope, there is no option for that. Lock screen is a separated built-in app which can't be changed by other software

BUT you can write own lock screen app, with own clock. But remember to handle other common/important features, like validating user, showing (all/non-private) notifications, allowing 112 call etc. Lot to do

snachmsm
  • 17,866
  • 3
  • 32
  • 74