我正在尝试访问xamarin.android中的getSystemService函数,但是我不能,我真的需要一个答案,在使用该函数之前我应该​​添加或使用某些东西吗?我需要将其与wifiManager一起使用

最佳答案

我认为您可以这样拨打WifiManager

WifiManager wifiManager = (WifiManager)Application.Context.GetSystemService(Context.WifiService);

关于c# - 我无法访问android.content.context中的getSystrmService函数,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/45509258/

10-13 04:11