java_sdk_library has previously internally disabled a few legitimate issues. As this is being un-done for modules, add baselines for the pre-existing issues. Bug: 306806877 Test: m checkapi Merged-In: Ie764d33196675e1482f30ecfd3d6d22b7fa25c27 Change-Id: Ie764d33196675e1482f30ecfd3d6d22b7fa25c27
22 lines
2.3 KiB
Plaintext
22 lines
2.3 KiB
Plaintext
// Baseline format: 1.0
|
|
BannedThrow: android.app.usage.NetworkStatsManager#queryDetailsForUidTagState(android.net.NetworkTemplate, long, long, int, int, int):
|
|
Methods must not mention RuntimeException subclasses in throws clauses (was `java.lang.SecurityException`)
|
|
BannedThrow: android.app.usage.NetworkStatsManager#querySummary(android.net.NetworkTemplate, long, long):
|
|
Methods must not mention RuntimeException subclasses in throws clauses (was `java.lang.SecurityException`)
|
|
BannedThrow: android.app.usage.NetworkStatsManager#queryTaggedSummary(android.net.NetworkTemplate, long, long):
|
|
Methods must not mention RuntimeException subclasses in throws clauses (was `java.lang.SecurityException`)
|
|
|
|
|
|
MissingPermission: android.net.IpSecManager#startTunnelModeTransformMigration(android.net.IpSecTransform, java.net.InetAddress, java.net.InetAddress):
|
|
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
|
|
|
|
|
|
RequiresPermission: android.app.usage.NetworkStatsManager#registerUsageCallback(android.net.NetworkTemplate, long, java.util.concurrent.Executor, android.app.usage.NetworkStatsManager.UsageCallback):
|
|
Method 'registerUsageCallback' documentation mentions permissions already declared by @RequiresPermission
|
|
RequiresPermission: android.net.EthernetManager#disableInterface(String, java.util.concurrent.Executor, android.os.OutcomeReceiver<java.lang.String,android.net.EthernetNetworkManagementException>):
|
|
Method 'disableInterface' documentation mentions permissions already declared by @RequiresPermission
|
|
RequiresPermission: android.net.EthernetManager#enableInterface(String, java.util.concurrent.Executor, android.os.OutcomeReceiver<java.lang.String,android.net.EthernetNetworkManagementException>):
|
|
Method 'enableInterface' documentation mentions permissions already declared by @RequiresPermission
|
|
RequiresPermission: android.net.EthernetManager#updateConfiguration(String, android.net.EthernetNetworkUpdateRequest, java.util.concurrent.Executor, android.os.OutcomeReceiver<java.lang.String,android.net.EthernetNetworkManagementException>):
|
|
Method 'updateConfiguration' documentation mentions permissions already declared by @RequiresPermission
|