From 2172c9cd6b25246c1e38bba6ba74b5b6fb20782f Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Mon, 17 Aug 2026 08:31:40 -0500 Subject: [PATCH] Document Android Window splash screen Refs #194 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Android.Window/SplashScreen.xml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/xml/Android.Window/SplashScreen.xml b/docs/xml/Android.Window/SplashScreen.xml index d0b33ac41..58a112557 100644 --- a/docs/xml/Android.Window/SplashScreen.xml +++ b/docs/xml/Android.Window/SplashScreen.xml @@ -30,8 +30,21 @@ - To be added. - To be added. + Provides an activity's connection to its splash screen. + + Each splash screen instance is bound to a particular activity. Obtain the splash screen for + an activity by calling Activity.GetSplashScreen(). + + + Java documentation for android.window.SplashScreen. + + + + Portions of this page are modifications based on work created and shared by the + Android Open Source Project + and used according to terms described in the + Creative Commons 2.5 Attribution License. +