From 4100b28494756d81dbee1bb6bd42b69db59411b2 Mon Sep 17 00:00:00 2001 From: Dmitrii Date: Tue, 24 Jun 2025 12:02:42 +0000 Subject: [PATCH] release: drop low_light_clock_dream 06-24 16:53:23.418 2021 2021 E AndroidRuntime: java.lang.RuntimeException: Unable to create service com.google.android.systemui.lowlightclock.LowLightClockDreamService: java.lang.RuntimeException: Couldn't call constructor 06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:5317) 06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0) 06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2606) 06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:110) 06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.os.Looper.loopOnce(Looper.java:248) 06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.os.Looper.loop(Looper.java:338) 06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:9102) 06-24 16:53:23.418 2021 2021 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 06-24 16:53:23.418 2021 2021 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:598) 06-24 16:53:23.418 2021 2021 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:932) 06-24 16:53:23.418 2021 2021 E AndroidRuntime: Caused by: java.lang.RuntimeException: Couldn't call constructor 06-24 16:53:23.418 2021 2021 E AndroidRuntime: at com.android.systemui.SystemUIAppComponentFactoryBase.instantiateService(go/retraceme 4d9244815cb2a8db26361f6e20f13b475cc86e8d80733cfefb09c7ddee4d5759:66) 06-24 16:53:23.418 2021 2021 E AndroidRuntime: at android.app.ActivityThread.handleCreateService(ActivityThread.java:5274) 06-24 16:53:23.418 2021 2021 E AndroidRuntime: ... 9 more 06-24 16:53:23.418 2021 2021 E AndroidRuntime: Caused by: java.lang.NoSuchMethodException: com.google.android.systemui.lowlightclock.LowLightClockDreamService. [] Signed-off-by: Dmitrii --- .../com.android.systemui/low_light_clock_dream.textproto | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 release/aconfig/bp2a/com.android.systemui/low_light_clock_dream.textproto diff --git a/release/aconfig/bp2a/com.android.systemui/low_light_clock_dream.textproto b/release/aconfig/bp2a/com.android.systemui/low_light_clock_dream.textproto deleted file mode 100644 index 645e639d..00000000 --- a/release/aconfig/bp2a/com.android.systemui/low_light_clock_dream.textproto +++ /dev/null @@ -1,6 +0,0 @@ -flag_value { - package: "com.android.systemui" - name: "low_light_clock_dream" - state: ENABLED - permission: READ_ONLY -}