1// Baseline format: 1.0
2BannedThrow: android.app.usage.NetworkStatsManager#queryDetailsForUidTagState(android.net.NetworkTemplate, long, long, int, int, int):
3    Methods must not mention RuntimeException subclasses in throws clauses (was `java.lang.SecurityException`)
4BannedThrow: android.app.usage.NetworkStatsManager#querySummary(android.net.NetworkTemplate, long, long):
5    Methods must not mention RuntimeException subclasses in throws clauses (was `java.lang.SecurityException`)
6BannedThrow: android.app.usage.NetworkStatsManager#queryTaggedSummary(android.net.NetworkTemplate, long, long):
7    Methods must not mention RuntimeException subclasses in throws clauses (was `java.lang.SecurityException`)
8
9
10MissingPermission: android.net.IpSecManager#startTunnelModeTransformMigration(android.net.IpSecTransform, java.net.InetAddress, java.net.InetAddress):
11    Feature field FEATURE_IPSEC_TUNNEL_MIGRATION required by method android.net.IpSecManager.startTunnelModeTransformMigration(android.net.IpSecTransform, java.net.InetAddress, java.net.InetAddress) is hidden or removed
12
13
14RequiresPermission: android.app.usage.NetworkStatsManager#registerUsageCallback(android.net.NetworkTemplate, long, java.util.concurrent.Executor, android.app.usage.NetworkStatsManager.UsageCallback):
15    Method 'registerUsageCallback' documentation mentions permissions already declared by @RequiresPermission
16RequiresPermission: android.net.EthernetManager#disableInterface(String, java.util.concurrent.Executor, android.os.OutcomeReceiver<java.lang.String,android.net.EthernetNetworkManagementException>):
17    Method 'disableInterface' documentation mentions permissions already declared by @RequiresPermission
18RequiresPermission: android.net.EthernetManager#enableInterface(String, java.util.concurrent.Executor, android.os.OutcomeReceiver<java.lang.String,android.net.EthernetNetworkManagementException>):
19    Method 'enableInterface' documentation mentions permissions already declared by @RequiresPermission
20RequiresPermission: android.net.EthernetManager#updateConfiguration(String, android.net.EthernetNetworkUpdateRequest, java.util.concurrent.Executor, android.os.OutcomeReceiver<java.lang.String,android.net.EthernetNetworkManagementException>):
21    Method 'updateConfiguration' documentation mentions permissions already declared by @RequiresPermission
22