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
This commit is contained in:
Wesley.CW Wang
2020-05-14 18:15:49 +08:00
committed by Wesley Wang
parent bee7404dcc
commit 83812aca78

View File

@@ -762,7 +762,8 @@
<provider
android:name="com.android.keyguard.clock.ClockOptionsProvider"
android:authorities="com.android.keyguard.clock"
android:exported="true"
android:enabled="false"
android:exported="false"
android:grantUriPermissions="true">
</provider>