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

Commit ccf9a609 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: I839b678103da057bbe21dd03dc818a5758b714cb
parents 9bff1b57 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>