mobile: reminder widget does not show up on some devices

This commit is contained in:
Ammar Ahmed
2026-07-29 09:37:26 +05:00
parent 71cae07dc0
commit 9833c7636b
2 changed files with 8 additions and 13 deletions

View File

@@ -1,14 +1,9 @@
<!--
Keep this in sync with res/xml/widget_reminders_info.xml. It exists only to add not_keyguard:
from Android 16 QPR1 widgets are lock screen eligible by default, and this one renders reminder
titles and descriptions, which should not be readable on a locked device.
-->
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:initialLayout="@layout/widget_reminders"
android:minWidth="400dp"
android:minHeight="100dp"
android:minResizeWidth="400dp"
android:minResizeHeight="50dp"
android:minWidth="250dp"
android:minHeight="110dp"
android:minResizeWidth="180dp"
android:minResizeHeight="110dp"
android:description="@string/reminders"
android:targetCellWidth="5"
android:targetCellHeight="2"

View File

@@ -1,9 +1,9 @@
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:initialLayout="@layout/widget_reminders"
android:minWidth="400dp"
android:minHeight="100dp"
android:minResizeWidth="400dp"
android:minResizeHeight="50dp"
android:minWidth="250dp"
android:minHeight="110dp"
android:minResizeWidth="180dp"
android:minResizeHeight="110dp"
android:description="@string/reminders"
android:targetCellWidth="5"
android:targetCellHeight="2"