Essentials
Essentials copied to clipboard
Xamarin.Essentials is no longer supported. Migrate your apps to .NET MAUI, which includes Maui.Essentials.
### Description I have a strange thing when My TARGET ANDROID VERSION is Android 13.0 (API Level 33) When i use [CrossMedia](https://github.com/jamesmontemagno/MediaPlugin) plugin, i want to ask manual permissions to...
https://github.com/xamarin/Essentials/blob/a7c3b1e166ab22ca2d715218f997dc7a1c326d7a/Xamarin.Essentials/PhoneDialer/PhoneDialer.android.cs#L52
### Description on iOS Secure Storage does not return a value when **release build** selected, but does return a value when **debug build** is selected (Android appears to be fine)....
## Summary `ShareFileRequest` currently allows you to specify a `Title` and a `File` where as `ShareTextRequest` allows you to also specify `Text` ## API Changes Add ShareText property to ShareFileRequest...
### Description of Change ### * the intervals are matching those of Android, see https://developer.android.com/guide/topics/sensors/sensors_overview * note that we do not use a zero-interval for SensorSpeed.Fastest (since this might turn...
### Description of Change ### This fixes a problem with location permissions on UWP. The problem is caused by a combination of several points: * Requesting the location permission on...
### Description Found in Xamarin Essentials 1.7.3 on Android 11 targeting SDK v31 MediaPicker Image Capture still requires WRITE_EXTERNAL_STORAGE in the manifest otherwise i get a "You need to declare...
Bug report best practices: [Submitting Issues](https://github.com/xamarin/Essentials/blob/main/SUBMITTING-ISSUES.md) ### Description The Email library in Xamarin Essentials does not use the Default Mail App when Composing Email Messages. In IOS 14 it defaults...
### Description of Change ### I faced the issue with the x86_64 emulator (and Chromebook as well) when I was compiling it with the LLVM+AOT. The app started and hanged....