feat: native widget url settings dialog (#856)

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-08-16 23:07:19 +08:00
committed by GitHub
parent bc1b6e5a4a
commit 60671fe461
6 changed files with 402 additions and 146 deletions

View File

@@ -46,6 +46,15 @@
android:name="flutterEmbedding"
android:value="2" />
<activity
android:name=".widget.WidgetConfigureActivity"
android:exported="false"
android:theme="@android:style/Theme.Material.Light.Dialog">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
</intent-filter>
</activity>
<receiver
android:name=".widget.HomeWidget"
android:exported="false"