【发布时间】:2015-07-22 19:28:55
【问题描述】:
我是 Xamarin 开发人员,我研究过这个: https://developers.google.com/android/reference/com/google/android/gms/location/SettingsApi
我想调用方法“startResolutionForResult”,但为此我需要知道 REQUEST_CHECK_SETTINGS 的值。在 Xamarin GPS Api 中,此方法的第二个参数只是一个整数。
这听起来像是一个愚蠢的问题,但没有记录该值,并且在 android 文档中只有一页引用了它: https://www.google.nl/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=site:developers.google.com+REQUEST_CHECK_SETTINGS&filter=0
【问题讨论】:
标签: android xamarin xamarin.android