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

Commit a7ee3c86 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...

Merge "Disable ClockOptionsProvider so clocks don't appear in picker app" into qt-dev am: 386f0923 am: 70b94151
am: 11e6aa88

Change-Id: I219ee630ec53f56dd2b35666b74825efec5c9553
parents f17eed60 11e6aa88
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>