Merge "Define TAG_SYSTEM_DNS"

This commit is contained in:
Treehugger Robot
2019-08-26 02:57:06 +00:00
committed by Gerrit Code Review

View File

@@ -40,4 +40,5 @@ public class TrafficStatsConstants {
// {@link android.net.TrafficStats#TAG_NETWORK_STACK_IMPERSONATION_RANGE_START} and
// {@link android.net.TrafficStats#TAG_NETWORK_STACK_IMPERSONATION_RANGE_END}.
public static final int TAG_SYSTEM_PROBE = 0xFFFFFF81;
public static final int TAG_SYSTEM_DNS = 0xFFFFFF82;
}