I know there is something to do with manifest file but not getting anything.
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="https" />
</intent-filter>