<?xml version="1.0" encoding="UTF-8"?>
<ti:module xmlns:ti="http://ti.appcelerator.org" xmlns:android="http://schemas.android.com/apk/res/android">
	<android xmlns:android="http://schemas.android.com/apk/res/android">
		<manifest package="ti.deeply" android:versionCode="1" android:versionName="1.0" android:installLocation="internalOnly">
			<application>
				<!-- Put the following activity definition in your tiapp.xml, with any intent filter you want to listen to -->
				<!--
				<activity android:name="ti.deeply.DeepLinkHandlerActivity" android:noHistory="true" android:excludeFromRecents="true" android:theme="@android:style/Theme.NoDisplay" launchMode="singleTask">
				</activity>
				-->
			</application>
		</manifest>
	</android>
</ti:module>
