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

Commit ceb2bc6e authored by Robert Snoeberger's avatar Robert Snoeberger
Browse files

Disable ClockOptionsProvider so clocks don't appear in picker app

Bug: 136090066
Test: `adb shell content query --uri content://com.android.keyguard.clock/list_options` fails with could not find provider
Change-Id: I88433c3d4cfbde388c4ace9b726fb4f53f404d48
parent 079d81a4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -644,7 +644,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>