updated manifest to add launcher activity

This commit is contained in:
noumantahir 2022-10-25 23:10:54 +05:00
parent ff27a8d995
commit 1d5dd5a0df

View File

@ -37,6 +37,11 @@
android:windowSoftInputMode="adjustResize"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter android:label="Ecency" android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />