This is useful going forward in particular because there will
be a default forbidden capability for LOCAL_NETWORKS. This
means it will be useful to be able to remove it.
It is also generally useful and we have been wanting to open
this API to the public, so this is a good opportunity to do so.
Test: new tests for NetworkRequest
NetworkCapabilitiesTest already has tests because it
already was @SystemApi
Change-Id: Ibb8d33b799f2d274326fd9cd0b05a2c33a18032a
16 lines
405 B
Plaintext
16 lines
405 B
Plaintext
package: "com.android.net.flags"
|
|
|
|
flag {
|
|
name: "track_multiple_network_activities"
|
|
namespace: "android_core_networking"
|
|
description: "NetworkActivityTracker tracks multiple networks including non default networks"
|
|
bug: "267870186"
|
|
}
|
|
|
|
flag {
|
|
name: "forbidden_capability"
|
|
namespace: "android_core_networking"
|
|
description: "This flag controls the forbidden capability API"
|
|
bug: "302997505"
|
|
}
|