Merge "Modify the comment of getPrivateDnsMode" am: 625db39870 am: bdc4e22fe4 am: afcec9cbfe

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

Change-Id: I60147e1c828e5d82556e58b67b8f138f63228e8f
This commit is contained in:
Lucas Lin
2021-03-17 22:19:20 +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