Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83812aca authored by Wesley.CW Wang's avatar Wesley.CW Wang Committed by Wesley Wang
Browse files

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
parent bee7404d
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -762,7 +762,8 @@
        <provider
        <provider
            android:name="com.android.keyguard.clock.ClockOptionsProvider"
            android:name="com.android.keyguard.clock.ClockOptionsProvider"
            android:authorities="com.android.keyguard.clock"
            android:authorities="com.android.keyguard.clock"
            android:exported="true"
            android:enabled="false"
            android:exported="false"
            android:grantUriPermissions="true">
            android:grantUriPermissions="true">
        </provider>
        </provider>