Mahmud0808 / ColorBlendr

An Android app for customizing Material You colors on devices with Android 12+. It lets you tweak accent colors, background saturation, and more for a personalized look.
GNU General Public License v3.0
694 stars 13 forks source link

Lock Screen Clock Not Affected #21

Open RGBok opened 6 months ago

RGBok commented 6 months ago

The lock screen clock on AOSP 14 continues to follow the default color scheme (any clock that is not the one that's also on AOSP 13). Is it possible to make it also follow the color scheme.

Mahmud0808 commented 6 months ago

Search for "com.android.systemui.clocks" and select all from "Force per app theme" list.

RGBok commented 6 months ago

Search for "com.android.systemui.clocks" and select all from "Force per app theme" list.

Thanks for the response. I tried that first before opening this issue and nothing changed, when I went back to check if they were selected, they were unselected again. I restarted system UI, and when that didn't work also tried restarting the whole device.

Mahmud0808 commented 6 months ago

It seems that adjusting the clock color will require implementation through the Xposed Framework.

RGBok commented 6 months ago

Wow. I guess they really locked down on it this time around. Interesting though that the default clock keeps the new color scheme but any of the new ones do not.