Adjusted path prefix for android deeplinking in all projects

This commit is contained in:
Tobias Reski 2021-11-22 17:14:05 +01:00
parent d85c48bb1e
commit e3ac610efd
3 changed files with 10 additions and 10 deletions

View file

@ -14,15 +14,15 @@ namespace TINK.Droid
[IntentFilter(new[] { Intent.ActionView }, [IntentFilter(new[] { Intent.ActionView },
Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault }, Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault },
DataScheme = "https", DataScheme = "https",
DataHost = "sharee.bike", // TODO: Adjust to correct domain DataHost = "sharee.bike",
DataPathPrefix = "/", DataPathPrefix = "/lastenrad",
AutoVerify = true)] AutoVerify = true)]
[IntentFilter(new[] { Intent.ActionView }, [IntentFilter(new[] { Intent.ActionView },
Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault }, Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault },
DataScheme = "http", DataScheme = "http",
DataHost = "sharee.bike", // TODO: Adjust to correct domain DataHost = "sharee.bike",
DataPathPrefix = "/", DataPathPrefix = "/lastenrad",
AutoVerify = true)] AutoVerify = true)]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity

View file

@ -14,15 +14,15 @@ namespace TINK.Droid
[IntentFilter(new[] { Intent.ActionView }, [IntentFilter(new[] { Intent.ActionView },
Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault }, Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault },
DataScheme = "https", DataScheme = "https",
DataHost = "sharee.bike", // TODO: Adjust to correct domain DataHost = "sharee.bike",
DataPathPrefix = "/", DataPathPrefix = "/meinkonrad",
AutoVerify = true)] AutoVerify = true)]
[IntentFilter(new[] { Intent.ActionView }, [IntentFilter(new[] { Intent.ActionView },
Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault }, Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault },
DataScheme = "http", DataScheme = "http",
DataHost = "sharee.bike", // TODO: Adjust to correct domain DataHost = "sharee.bike",
DataPathPrefix = "/", DataPathPrefix = "/meinkonrad",
AutoVerify = true)] AutoVerify = true)]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity

View file

@ -15,14 +15,14 @@ namespace TINK.Droid
Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault }, Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault },
DataScheme = "https", DataScheme = "https",
DataHost = "sharee.bike", DataHost = "sharee.bike",
DataPathPrefix = "/", DataPathPrefix = "/sharee",
AutoVerify = true)] AutoVerify = true)]
[IntentFilter(new[] { Intent.ActionView }, [IntentFilter(new[] { Intent.ActionView },
Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault }, Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault },
DataScheme = "http", DataScheme = "http",
DataHost = "sharee.bike", DataHost = "sharee.bike",
DataPathPrefix = "/", DataPathPrefix = "/sharee",
AutoVerify = true)] AutoVerify = true)]
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity