Modify the comment of getPrivateDnsMode

Bug: 172183305
Test: m
Change-Id: I2f1b44cf2a362b42f052ea5d34a5cec03d46e661
This commit is contained in:
lucaslin
2021-03-17 14:53:35 +08:00
parent 253a041a13
commit debfe6062a

View File

@@ -5203,8 +5203,7 @@ public class ConnectivityManager {
/** /**
* Get private DNS mode from settings. * Get private DNS mode from settings.
* *
* @param context The Context to get its ContentResolver to query the private DNS mode from * @param context The Context to query the private DNS mode from settings.
* settings.
* @return A string of private DNS mode as one of the PRIVATE_DNS_MODE_* constants. * @return A string of private DNS mode as one of the PRIVATE_DNS_MODE_* constants.
* *
* @hide * @hide