Guest User

Untitled

a guest
Jan 10th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <activity
  2. android:name="com.rakuso.earningadds.Activities.Home_page"
  3. android:configChanges="orientation|screenSize|keyboardHidden">
  4. <intent-filter android:autoVerify="true">
  5. <action android:name="android.intent.action.VIEW" />
  6. <category android:name="android.intent.category.DEFAULT" />
  7. <category android:name="android.intent.category.BROWSABLE" />
  8. <data android:scheme="http://"
  9. android:host="www.myapp.com"
  10. android:pathPrefix="/Home_page"></data>
  11.  
  12. </intent-filter>
  13. </activity>
Add Comment
Please, Sign In to add comment