Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <activity
- android:name="com.rakuso.earningadds.Activities.Home_page"
- android:configChanges="orientation|screenSize|keyboardHidden">
- <intent-filter android:autoVerify="true">
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.BROWSABLE" />
- <data android:scheme="http://"
- android:host="www.myapp.com"
- android:pathPrefix="/Home_page"></data>
- </intent-filter>
- </activity>
Add Comment
Please, Sign In to add comment