Farbe der Netzwerkverbindungen: Unterschied zwischen den Versionen

Umgeschrieben und mit Code-Teilen belegt
Blockzitat für Zitat
Zeile 91: Zeile 91:
}
}
</syntaxhighlight>
</syntaxhighlight>
Eine Verbindung wird dann '''blau''' markiert, wenn sie den Status <code>NET_CAPABILITY_VALIDATED</code> hat (siehe Code-Zeile 8-10), welcher im Code wie folgt beschrieben wird:<ref>{{Internetquelle|titel = android/platform_frameworks_base|url = https://github.com/android/platform_frameworks_base/blob/d89b76a58dcffa7dbc5974d14c7914f44233bef3/core/java/android/net/NetworkCapabilities.java#L177|zugriff = 2015-11-29|werk = GitHub}}</ref>
Eine Verbindung wird dann '''blau''' markiert, wenn sie den Status <code>NET_CAPABILITY_VALIDATED</code> hat (siehe Code-Zeile 8-10), welcher im Code wie folgt beschrieben wird:<ref>{{Internetquelle|titel = android/platform_frameworks_base|url = https://github.com/android/platform_frameworks_base/blob/d89b76a58dcffa7dbc5974d14c7914f44233bef3/core/java/android/net/NetworkCapabilities.java#L177|zugriff = 2015-11-29|werk = GitHub}}</ref><blockquote>Indicates that connectivity on this network was successfully validated. For example, for a</blockquote><blockquote>network with NET_CAPABILITY_INTERNET, it means that Internet connectivity was successfully</blockquote><blockquote>detected.</blockquote>
 
Indicates that connectivity on this network was successfully validated. For example, for a
network with NET_CAPABILITY_INTERNET, it means that Internet connectivity was successfully
detected.


== Siehe auch ==
== Siehe auch ==