Uh oh!
There was an error while loading. Please reload this page.
Document Android Window splash screen - #638
Conversation
Refs #194 Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
jonathanpeppers
commented
Aug 17, 2026
@dalexsoto review |
dalexsoto
left a comment
There was a problem hiding this comment.
SplashScreen.xml directs users to Activity.GetSplashScreen(), which does not exist in the managed API. The binding exposes Activity.SplashScreen returning Android.Window.ISplashScreen, so the published guidance would not compile. Please reference the property, preferably with <see cref="P:Android.App.Activity.SplashScreen"/>.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: b3ec1b0d-533a-4ff9-95aa-c68e41df8dba
jonathanpeppers
commented
Aug 18, 2026
Addressed the review feedback in e14ac64: the guidance now references the managed |
dalexsoto
left a comment
There was a problem hiding this comment.
The SplashScreen guidance now references the valid managed Activity.SplashScreen property and generates correctly.
Uh oh!
There was an error while loading. Please reload this page.
Refs #194
Sources
Validation
docs/xml/Android.Window/SplashScreen.xml)git diff --check)