diff --git a/LastenradBayern/TINK.Android/MainActivity.cs b/LastenradBayern/TINK.Android/MainActivity.cs index 277013b..bcd3b3b 100644 --- a/LastenradBayern/TINK.Android/MainActivity.cs +++ b/LastenradBayern/TINK.Android/MainActivity.cs @@ -14,15 +14,15 @@ namespace TINK.Droid [IntentFilter(new[] { Intent.ActionView }, Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault }, DataScheme = "https", - DataHost = "sharee.bike", // TODO: Adjust to correct domain - DataPathPrefix = "/", + DataHost = "sharee.bike", + DataPathPrefix = "/lastenrad", AutoVerify = true)] [IntentFilter(new[] { Intent.ActionView }, Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault }, DataScheme = "http", - DataHost = "sharee.bike", // TODO: Adjust to correct domain - DataPathPrefix = "/", + DataHost = "sharee.bike", + DataPathPrefix = "/lastenrad", AutoVerify = true)] public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity diff --git a/Meinkonrad/TINK.Android/MainActivity.cs b/Meinkonrad/TINK.Android/MainActivity.cs index 0d8860d..6618f59 100644 --- a/Meinkonrad/TINK.Android/MainActivity.cs +++ b/Meinkonrad/TINK.Android/MainActivity.cs @@ -14,15 +14,15 @@ namespace TINK.Droid [IntentFilter(new[] { Intent.ActionView }, Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault }, DataScheme = "https", - DataHost = "sharee.bike", // TODO: Adjust to correct domain - DataPathPrefix = "/", + DataHost = "sharee.bike", + DataPathPrefix = "/meinkonrad", AutoVerify = true)] [IntentFilter(new[] { Intent.ActionView }, Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault }, DataScheme = "http", - DataHost = "sharee.bike", // TODO: Adjust to correct domain - DataPathPrefix = "/", + DataHost = "sharee.bike", + DataPathPrefix = "/meinkonrad", AutoVerify = true)] public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity diff --git a/TINK/TINK.Android/MainActivity.cs b/TINK/TINK.Android/MainActivity.cs index 998d594..8f0a70e 100644 --- a/TINK/TINK.Android/MainActivity.cs +++ b/TINK/TINK.Android/MainActivity.cs @@ -15,14 +15,14 @@ namespace TINK.Droid Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault }, DataScheme = "https", DataHost = "sharee.bike", - DataPathPrefix = "/", + DataPathPrefix = "/sharee", AutoVerify = true)] [IntentFilter(new[] { Intent.ActionView }, Categories = new[] { Intent.ActionView, Intent.CategoryBrowsable, Intent.CategoryDefault }, DataScheme = "http", DataHost = "sharee.bike", - DataPathPrefix = "/", + DataPathPrefix = "/sharee", AutoVerify = true)] public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity