Skip to content
Advertisement

Tag: xamarin

Xamarin MAUI No Active Admin Security Exception (Kiosk mode app)

I’m trying to run an app on the android emulator with full kiosk mode. So I wrote a DeviceAdminReceiver: Here’s the MainActivity: And finally here’s the AndroidManifest.xml: > The problem is that this line in MainActivity throw this exception: I already have a device_admin.xml in resources/xml with a device-admin tag, does it need more configuration? Or is the issue else

Android Create Calendar Event always as Birthday

I have a strange issue when I create a calendar event programmatically its always noted as Birthday Calendar (type) I don’t have any clue why its noted like that. My code I use is as below: Xamarin C# Please does someone has any tips or ideas which can point me to the right direction? Thanks in advance. Answer The question

Advertisement