@titanium/deeply
Version:
⭐ Axway Amplify modules to capture Android deep links with Appcelerator Titanium SDK.
15 lines (14 loc) • 756 B
text/xml
<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>