Implemented widget configuration for multiple profiles

This commit is contained in:
darken
2025-09-29 19:29:43 +02:00
committed by Matthias Urhahn
parent ad7089ea7c
commit 49fc0f018a
14 changed files with 583 additions and 43 deletions
+10
View File
@@ -97,6 +97,16 @@
android:resource="@xml/file_provider_paths" />
</provider>
<!-- Widget configuration -->
<activity
android:name=".main.ui.widget.WidgetConfigurationActivity"
android:theme="@style/AppTheme"
android:exported="false">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
</intent-filter>
</activity>
<!-- Debug stuff-->
<activity
android:name=".common.debug.recording.ui.RecorderActivity"