[Q] KK Lockscreen Color Overlay

Search This thread

creeve4

Senior Member
Jan 5, 2011
2,871
596
Bountiful
I would like to modify the lockscreen background color. The value comes from here:
Code:
class ViewManagerHost extends FrameLayout {
        private static final int BACKGROUND_COLOR = 0x70000000;
which is in /frameworks_base/blob/kk44/packages/Keyguard/src/com/android/keyguard/KeyguardViewManager.java

I am not currently setup to compile, so I need to edit the value after decompling everything into smali.

I have searched through all of the smali files in Keyguard.apk, framework.jar, and android.policy.jar. I cannot find any references to this background color...

I'm looking for some help locating it.