summaryrefslogtreecommitdiff
path: root/android/app/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-07-12 10:38:59 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-07-12 10:38:59 +0000
commit029902606396cf5ec583e187e7adc576c4aafb71 (patch)
treec6e9666291863d0ed7d83671167de73909e485d2 /android/app/src/main/AndroidManifest.xml
parentdfb06e896b92003d219979cbb1476ed16b7734a3 (diff)
feat(widget): add quick-add button and entry sheet
Diffstat (limited to 'android/app/src/main/AndroidManifest.xml')
-rw-r--r--android/app/src/main/AndroidManifest.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 3fc5603..cae6ffb 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -16,6 +16,12 @@
android:theme="@style/Theme.TaskDetail"
android:exported="false" />
+ <!-- Quick-add bottom sheet (opened by widget "+" button) -->
+ <activity
+ android:name=".ui.QuickAddActivity"
+ android:theme="@style/Theme.TaskDetail"
+ android:exported="false" />
+
<!-- Settings activity (also the widget config screen) -->
<activity
android:name=".ui.SettingsActivity"