From 9901b49bb1301c7829177ef1d7b504cd27f2a76e Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 22 May 2026 17:30:52 -0500 Subject: [PATCH] Docs: fix broken Wear OS link in XA4312 page The XA4312 page linked to /xamarin/android/wear/get-started/intro-to-wear, which no longer exists. The xamarin.com Android Wear documentation was never migrated to learn.microsoft.com. Point both references at Google's current Wear OS documentation instead. Fixes: https://github.com/dotnet/android/issues/4918 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Documentation/docs-mobile/messages/xa4312.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/docs-mobile/messages/xa4312.md b/Documentation/docs-mobile/messages/xa4312.md index e963b4b09b0..6c011720e4b 100644 --- a/Documentation/docs-mobile/messages/xa4312.md +++ b/Documentation/docs-mobile/messages/xa4312.md @@ -11,6 +11,9 @@ f1_keywords: Referencing an [Android Wear][0] application project from an Android application project is deprecated. +[Wear OS][0] apps should be distributed as [standalone][1] applications +instead. + From a `Foo.Android.csproj` in past versions of .NET for Android, you could reference a `Foo.Wear.csproj` such as: @@ -26,7 +29,7 @@ This would embed `com.foo.wear.apk` *inside* `com.foo.android.apk` in ## Solution Distribute `Foo.Wear.csproj` in the above example as a [standalone][1] -Android Wear application instead. +Wear OS application instead. -[0]: /xamarin/android/wear/get-started/intro-to-wear +[0]: https://developer.android.com/training/wearables [1]: https://developer.android.com/training/wearables/apps/standalone-apps