gpt4 book ai didi

android - REQUEST_CHECK_SETTINGS 的值是多少?

转载 作者:可可西里 更新时间:2023-11-01 18:55:05 30 4
gpt4 key购买 nike

我是 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

最佳答案

天哪,经过大量搜索我找到了官方的 Google 示例,它将此常量定义为 0x1

protected static final int REQUEST_CHECK_SETTINGS = 0x1;

sample 和有问题的常量 can be found on GitHub .

(旧的 github 链接已损坏。Check the new one)

看起来这个值只是一个整数,就像您使用 StartActivityForResult() 来确保我们从请求的内容中返回一样。

关于android - REQUEST_CHECK_SETTINGS 的值是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31572323/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com