ConnectivityManager: Address review comments from aosp/1595396

Bug: 156867433
Test: atest android.net
Test: atest com.android.server
Change-Id: I7f5d043732ae22edd14bf581b7dc676c9236b545
This commit is contained in:
Roshan Pius
2021-03-11 21:16:44 -08:00
parent d90927f218
commit 189d009e37
2 changed files with 5 additions and 1 deletions

View File

@@ -3409,6 +3409,8 @@ public class ConnectivityManager {
* not include location sensitive info.
* </p>
*/
// Note: Some existing fields which are location sensitive may still be included without
// this flag if the app targets SDK < S (to maintain backwards compatibility).
public static final int FLAG_INCLUDE_LOCATION_INFO = 1 << 0;
/** @hide */