Merge "ConnectivityManager: Address review comments from aosp/1595396"

This commit is contained in:
Treehugger Robot
2021-04-07 00:36:27 +00:00
committed by Gerrit Code Review
4 changed files with 40 additions and 55 deletions

View File

@@ -3418,6 +3418,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 */