Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-05-12 16:49:49 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-12 16:49:49 +0300
commit2ba392f999aa7be7017a5ef4d72ac0d5e0e5031e (patch)
tree151718554bb1b3127b2804ea47444ccbb1ac5613 /app/src/main/AndroidManifest.xml
parent4b5b964510ca5493d1b7a4c5c06a547840b187fe (diff)
#217 SingleCardWidget
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r--app/src/main/AndroidManifest.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index d81c47fd3..4cdbca33c 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -138,7 +138,12 @@
<activity
android:name=".ui.widget.singlecard.SelectCardForWidgetActivity"
android:label="@string/share_add_to_card"
- android:theme="@style/SplashTheme" />
+ android:theme="@style/SplashTheme">
+
+ <intent-filter>
+ <action android:name="android.appwidget.action.APPWIDGET_CONFIGURE" />
+ </intent-filter>
+ </activity>
<receiver android:name=".ui.widget.singlecard.SingleCardWidget">
<intent-filter>