我正在像素xl上运行android oreo 8.1。当我去设置和gt;网络&互联网>数据使用率>网络限制,我注意到列出了所有保存的WiFi网络。在每个人下,它说"自动" 。当我在列表中选择其中一个网络时,我看到"自动" ,"metered" 和"未计量" 。 "自动" 在这种情况下是什么意思?
我正在像素xl上运行android oreo 8.1。当我去设置和gt;网络&互联网>数据使用率>网络限制,我注意到列出了所有保存的WiFi网络。在每个人下,它说"自动" 。当我在列表中选择其中一个网络时,我看到"自动" ,"metered" 和"未计量" 。 "自动" 在这种情况下是什么意思?
I'm running Android Oreo 8.1 on a Pixel XL. When I go to Settings > Network & Internet > Data usage > Network restrictions, I notice that all of my saved wifi networks are listed. Under each one, it says "Automatic". When I select one of the networks in the list, I see "Automatic", "Metered", and "Not metered". What does "Automatic" mean in this context?
ANDROID_METERED
选项(代码1 2 ),其中 Android Hotspot本身发送。 其他评论。(我找到了通过搜索github上的 rel="noreferrer"insineageoS源代码并打开相应的AOSP文件,由于AOSP存储库浏览器似乎没有支持搜索;也许是另一种方式。)
As far as I can tell from looking at the code, "Automatic" means the network is metered if it meets at least one of these heuristics:
ANDROID_METERED
option (code 1, 2), which the Android hotspot itself sends. Additional commentary.(I found the code links by searching the LineageOS source code on GitHub and opening the corresponding AOSP files, since the AOSP repository browser doesn't appear to support searching; maybe there's another way.)
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有