From bb8e5092dbaf017a9d8fdeae324ee8dd86bec672 Mon Sep 17 00:00:00 2001 From: Diana Soltani Date: Tue, 20 Aug 2024 09:46:08 -0400 Subject: [PATCH] Move android platform documentation out of XML file --- .../Android.xml | 6 ------ .../src/Core/PlatformConfiguration/ExtensionPoints.cs | 7 ++++++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/Controls/docs/Microsoft.Maui.Controls.PlatformConfiguration/Android.xml b/src/Controls/docs/Microsoft.Maui.Controls.PlatformConfiguration/Android.xml index 9edae711efa8..a5fbb130d635 100644 --- a/src/Controls/docs/Microsoft.Maui.Controls.PlatformConfiguration/Android.xml +++ b/src/Controls/docs/Microsoft.Maui.Controls.PlatformConfiguration/Android.xml @@ -16,12 +16,6 @@ Microsoft.Maui.Controls.IConfigPlatform - - Marker class that identifies the Android platform. - - Developers specify the type name of this marker class to the method to specify the underlying Android control on which to run a platform-specific effect. - - diff --git a/src/Controls/src/Core/PlatformConfiguration/ExtensionPoints.cs b/src/Controls/src/Core/PlatformConfiguration/ExtensionPoints.cs index f05abb6b2fd8..5b9b693cf9cd 100644 --- a/src/Controls/src/Core/PlatformConfiguration/ExtensionPoints.cs +++ b/src/Controls/src/Core/PlatformConfiguration/ExtensionPoints.cs @@ -1,7 +1,12 @@ namespace Microsoft.Maui.Controls.PlatformConfiguration { - /// + /// + /// Marker class that identifies the Android platform. + /// + /// + /// Developers specifiy the type name of this marker class to the method to specify the underlying Android control on which to run a platform-specific effect. + /// public sealed class Android : IConfigPlatform { } /// public sealed class iOS : IConfigPlatform { }