Skip to content

Commit 01e2e3c

Browse files
fix(eco): Add Intent to be launched by ecosystem app bars
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
1 parent 9c879e9 commit 01e2e3c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@
110110
<category android:name="android.intent.category.LAUNCHER" />
111111
</intent-filter>
112112

113+
<intent-filter>
114+
<action android:name="com.nextcloud.intent.OPEN_ECOSYSTEM_APP" />
115+
<category android:name="android.intent.category.DEFAULT" />
116+
</intent-filter>
117+
113118
<intent-filter>
114119
<action android:name="android.intent.action.VIEW" />
115120
<category android:name="android.intent.category.DEFAULT" />

0 commit comments

Comments
 (0)