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

Commit 70b94151 authored by Robert Snoeberger's avatar Robert Snoeberger Committed by android-build-merger
Browse files

Merge "Disable ClockOptionsProvider so clocks don't appear in picker app" into qt-dev

am: 386f0923

Change-Id: I30eea455326096557e6fcce98a29daec2720ce9e
parents 290ca1ec 386f0923
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>