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

Commit 92a70d42 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add ClockOptionsProvider for more realistic previews."

parents 7c9863e4 6b244b09
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -631,6 +631,14 @@
                  android:exported="true">
                  android:exported="true">
        </provider>
        </provider>


        <!-- Provides list and realistic previews of clock faces for the picker app. -->
        <provider
            android:name="com.android.keyguard.clock.ClockOptionsProvider"
            android:authorities="com.android.keyguard.clock"
            android:exported="true"
            android:grantUriPermissions="true">
        </provider>

        <receiver
        <receiver
            android:name=".statusbar.KeyboardShortcutsReceiver">
            android:name=".statusbar.KeyboardShortcutsReceiver">
            <intent-filter>
            <intent-filter>
+7.5 KiB
Loading image diff...
+2.63 KiB
Loading image diff...
+26.7 KiB
Loading image diff...
+3.45 KiB
Loading image diff...
Loading