0

I want to hide clock (only clock) from status bar.

My expected result:

Before Before

After After

My prospective solutions:

  1. I thought make a fork of DeskClock - default clock on Android. But i research this case, and from this answer - Android DeskClock not compiling, got "AOSP are designed to be built as part of a full firmware build."

  2. Make own version of clock from another open source android clock app. But in this case i also don't know how to hide native clock from status bar.

GreenFed
  • 57
  • 2
  • 7
  • "But in this case i also don't know how to hide native clock from status bar" -- that is not from an app. That is from the operating system. To remove it, you will need to create a fork of Android that does not show the time in the status bar, then package that fork into a custom ROM that can be installed on your desired device. – CommonsWare Aug 22 '21 at 17:14
  • 1
    Like @CommonsWare mentioned it's not really possible. Just an idea of a dirty solution: You can make the status bar transparent and use an e.g. image or programmatically generated bitmap as statusbar background. Then you set the status bar text color to e.g. white. 1/8 of the image on the left site is also white but the other part is black. But some devices their clock on different sites so you have to program a configuration for every device. – Jakob Aug 22 '21 at 17:22
  • Refer this link its have about power bar hiding https://stackoverflow.com/questions/8273186/android-show-hide-status-bar-power-bar – Himesh Perera Aug 22 '21 at 19:28

0 Answers0