Add AuroraStore to global share action

This commit is contained in:
Rahul Patel
2023-10-13 04:52:06 +05:30
parent 45403a9df5
commit 3ed31aee19
2 changed files with 16 additions and 0 deletions

View File

@@ -82,6 +82,12 @@
<category android:name="android.intent.category.LAUNCHER" />
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.SEND" />
<category android:name="android.intent.category.DEFAULT" />
<data android:mimeType="text/plain"/>
</intent-filter>
<nav-graph android:value="@navigation/mobile_navigation" />
</activity>