-
Notifications
You must be signed in to change notification settings - Fork 5
Android App Links
Yauheni Pakala edited this page Sep 3, 2019
·
1 revision
Setup Activity:
[Activity(Theme = "@style/AppTheme", LaunchMode = LaunchMode.SingleTop)]
[IntentFilter(
new[] { Intent.ActionView },
AutoVerify = true,
Categories = new[]
{
Intent.CategoryDefault,
Intent.CategoryBrowsable
},
DataScheme = "https",
DataHosts = new[]
{
"softeq.com"
})]
Debug:
adb shell am start -a android.intent.action.VIEW -c android.intent.category.BROWSABLE -d "https://softeq.com/asd123"
Documentation:
WhiteLabel • https://www.softeq.com/