I am building a MAUI app on .NET 8 using Esri.ArcGISRuntime.Maui 200.5.0
I created a Mobile Scene Package file in ArcGIS Pro and embedded it in the app as a Resource.
I created TWO version of the file: one WITH end one WITHOUT "Reference online content"

If I use the one WITH BASEMAP get the expected result in Windows BUT NOT in Android (14):
WINDOWS: 
ANDROID 14: 
Sometimes, at start, the 3D model appeard but is somehow "wiped out" by the basemap drawing event
If I use the one WITHOUT I get the expected result both in Android (14) and Windows:
WINDOWS:
ANDROID: 
All this tells me there is no issue with my data.. ..and it looks like a Runtime BUG.
Is it?
(I am attaching the two MobileScenePackage .mspk files)