Junyu Lai | 2ef865e | 2022-01-17 11:52:57 +0000 | [diff] [blame] | 1 | // Baseline format: 1.0 |
| 2 | BannedThrow: 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`) |
| 4 | BannedThrow: android.app.usage.NetworkStatsManager#querySummary(android.net.NetworkTemplate, long, long): |
| 5 | Methods must not mention RuntimeException subclasses in throws clauses (was `java.lang.SecurityException`) |
| 6 | BannedThrow: android.app.usage.NetworkStatsManager#queryTaggedSummary(android.net.NetworkTemplate, long, long): |
| 7 | Methods must not mention RuntimeException subclasses in throws clauses (was `java.lang.SecurityException`) |
Anton Hansson | 2760dbc | 2023-10-25 15:39:26 +0000 | [diff] [blame] | 8 | |
| 9 | |
| 10 | MissingPermission: 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 | |
| 14 | RequiresPermission: 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 |
| 16 | RequiresPermission: 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 |
| 18 | RequiresPermission: 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 |
| 20 | RequiresPermission: 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 |