From 83812aca78acf5afea5b42cf435a11566ea61610 Mon Sep 17 00:00:00 2001 From: "Wesley.CW Wang" Date: Thu, 14 May 2020 18:15:49 +0800 Subject: [PATCH] Disable ClockOptionsProvider - Since we reverted to Q's wallpaper picker on Android R, the picker side won't include our fix(ag/10371523) to hide the clock tab, so we need to disable the provider on the framework side on rvc-dev, make picker side won't show any clock options in this case Bug: 155656424 Test: `adb shell content query --uri content://com.android.keyguard.clock/list_options` will not list available provider Change-Id: I25af259ab65639eb3087511d2e221fb2242cbd73 --- packages/SystemUI/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index c4ea2e91dc312..e670f1f83a525 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -762,7 +762,8 @@