Context: dotnet/android#5669
In above PR we are experiencing crash in GlobalizationNative_GetSortHandle function. I found out that it happens only in trimmed apps. After further investigation, it can be worked around by preserving System.Globalization.GlobalizationMode type.
It might be related to these recent changes: #47999, dotnet/android@9ac280c
The workaround: dotnet/android@438afbb