diff --git a/ProjectTemplates/ShinyApp/MauiProgram.cs b/ProjectTemplates/ShinyApp/MauiProgram.cs index 6a5504d..a9866c8 100644 --- a/ProjectTemplates/ShinyApp/MauiProgram.cs +++ b/ProjectTemplates/ShinyApp/MauiProgram.cs @@ -254,6 +254,12 @@ static MauiAppBuilder RegisterInfrastructure(this MauiAppBuilder builder) #endif #if (httptransfers) s.AddHttpTransfers(); +//-:cnd:noEmit +#if ANDROID + // if you want http transfers to also show up as progress notifications, include this + s.AddShinyService(); +#endif +//+:cnd:noEmit #endif #if notifications s.AddNotifications();