I want to show system level alert dialog in background service, I found How to display a Dialog from a Service but this answer use
dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
and I could not find it in Xamarin AlertDialog
API.
What can I do now?
Did I miss any things?