Merge "Modify the comment of getPrivateDnsMode" am: de9a3af4de

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1640143

Change-Id: I46131b18e8e09d1c2b7a0b3fe5913511942b7096
This commit is contained in:
Lucas Lin
2021-03-17 11:54:29 +00:00
committed by Automerger Merge Worker

View File

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