[Issue(IssueTracker.None, 0, "Android shows . in empty labels because of a11y Name/HelpText", PlatformAffected.Android)]
publicclassAndroidHelpText:TestContentPage
{
[Preserve(AllMembers = true)]
publicclassHintLabel:Label
{
publicconststringSuccess="SUCCESS";
}
protectedoverridevoidInit()
{
varlabel=newLabel
{
Text=$"There should be an empty label below this one. If the label shows a period (.), this test has failed. There should also be a label that says \"{HintLabel.Success}\"."