We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e1032 commit c90364dCopy full SHA for c90364d
1 file changed
app/src/main/AndroidManifest.xml
@@ -76,8 +76,8 @@
76
android:launchMode="singleTask"
77
android:windowSoftInputMode="adjustResize">
78
<intent-filter>
79
- <action android:name="android.intent.action.MAIN" />
80
- <category android:name="android.intent.category.LAUNCHER" />
+ <action android:name="android.intent.action.VIEW" />
+ <category android:name="android.intent.category.DEFAULT" />
81
</intent-filter>
82
</activity>
83
@@ -152,4 +152,4 @@
152
android:resource="@xml/provider_paths" />
153
</provider>
154
</application>
155
-</manifest>
+</manifest>
0 commit comments