NetworkCapabilities: Hide copy constructor
Only used by connectivity service, no need to mark it public. Bug: 184537591 Test: Compiles Change-Id: Ie0d515d73e30a4e15141a3d92aa739192badeb13
This commit is contained in:
@@ -163,7 +163,6 @@ public final class NetworkCapabilities implements Parcelable {
|
||||
* {@link NetworkCapabilities}.
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi(client = SystemApi.Client.MODULE_LIBRARIES)
|
||||
public NetworkCapabilities(@Nullable NetworkCapabilities nc, @RedactionType long redactions) {
|
||||
mRedactions = redactions;
|
||||
if (nc != null) {
|
||||
|
||||
Reference in New Issue
Block a user