From 463dabbd8d6727157057cebea06da6730161768a Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 18 Feb 2017 03:18:34 +0100 Subject: [PATCH] . to be contnued --- ZicMoove/ZicMoove.Droid/Properties/AssemblyInfo.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ZicMoove/ZicMoove.Droid/Properties/AssemblyInfo.cs b/ZicMoove/ZicMoove.Droid/Properties/AssemblyInfo.cs index 68a53a80..00f87bab 100644 --- a/ZicMoove/ZicMoove.Droid/Properties/AssemblyInfo.cs +++ b/ZicMoove/ZicMoove.Droid/Properties/AssemblyInfo.cs @@ -77,6 +77,7 @@ using ZicMoove; AllowBackup = true, Icon = "@drawable/icon" )] [assembly: MetaData("com.google.android.maps.v2.API_KEY", Value = Constants.MapsV2APIKey)] [assembly: MetaData("com.google.android.gms.version", Value = "@integer/google_play_services_version")] +[assembly: MetaData("android.service.chooser.chooser_target_service", Value = Constants.ApplicationName+".YavscChooserTargetService")] [assembly: Permission(Name= Constants.PermissionMapReceive, ProtectionLevel = Android.Content.PM.Protection.Signature)] [assembly: Permission(Name = Constants.PermissionC2DMessage, ProtectionLevel = Android.Content.PM.Protection.Signature)]