Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <activity
  2. android:name=".MainActivity"
  3. android:label="@string/app_name"
  4. android:launchMode="singleTask"
  5. android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
  6. android:windowSoftInputMode="adjustResize">
  7. <intent-filter>
  8. <action android:name="android.intent.action.MAIN" />
  9. <category android:name="android.intent.category.LAUNCHER" />
  10. </intent-filter>
  11. <intent-filter>
  12. <action android:name="android.intent.action.VIEW" />
  13. <category android:name="android.intent.category.DEFAULT" />
  14. <category android:name="android.intent.category.BROWSABLE" />
  15. <data android:scheme="mrtabliq"
  16. android:host="pay" />
  17. </intent-filter>
  18.  
  19. </activity>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement