We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9953532 commit 956b9feCopy full SHA for 956b9fe
app/src/main/AndroidManifest.xml
@@ -88,6 +88,11 @@
88
android:exported="true"
89
android:theme="@android:style/Theme.NoDisplay">
90
91
+ <intent-filter>
92
+ <action android:name="android.intent.action.MAIN" />
93
+ <category android:name="android.intent.category.DEFAULT" />
94
+ </intent-filter>
95
+
96
<intent-filter>
97
<action android:name="android.intent.action.SEND" />
98
<category android:name="android.intent.category.DEFAULT" />
0 commit comments