summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Maps.Android/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Maps.Android/Properties/AssemblyInfo.cs')
-rw-r--r--Xamarin.Forms.Maps.Android/Properties/AssemblyInfo.cs23
1 files changed, 23 insertions, 0 deletions
diff --git a/Xamarin.Forms.Maps.Android/Properties/AssemblyInfo.cs b/Xamarin.Forms.Maps.Android/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..efdb17b1
--- /dev/null
+++ b/Xamarin.Forms.Maps.Android/Properties/AssemblyInfo.cs
@@ -0,0 +1,23 @@
+using System.Reflection;
+using System.Runtime.InteropServices;
+using Android;
+using Android.App;
+using Xamarin.Forms;
+using Xamarin.Forms.Maps;
+using Xamarin.Forms.Maps.Android;
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+
+[assembly: AssemblyTitle("Xamarin.Forms.Maps.Android")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCulture("")]
+[assembly: ComVisible(false)]
+
+// Add some common permissions, these can be removed if not needed
+
+[assembly: UsesPermission(Manifest.Permission.Internet)]
+[assembly: UsesPermission(Manifest.Permission.WriteExternalStorage)]
+[assembly: ExportRenderer(typeof (Map), typeof (MapRenderer))]
+[assembly: Preserve] \ No newline at end of file