Skip to content

Instantly share code, notes, and snippets.

@AmyrAhmady
Created August 7, 2019 07:55
Show Gist options
  • Save AmyrAhmady/de399e35abfc9824936bb184ded74862 to your computer and use it in GitHub Desktop.
Save AmyrAhmady/de399e35abfc9824936bb184ded74862 to your computer and use it in GitHub Desktop.
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="mrtabliq"
android:host="pay" />
</intent-filter>
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment