xref: /aosp_15_r20/prebuilts/sdk/35/module-lib/api/android-incompatibilities.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1*344a7f5eSAndroid Build Coastguard Worker// Baseline format: 1.0
2*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#asCharBuffer():
3*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.asCharBuffer has added 'final' qualifier
4*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#asDoubleBuffer():
5*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.asDoubleBuffer has added 'final' qualifier
6*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#asFloatBuffer():
7*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.asFloatBuffer has added 'final' qualifier
8*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#asIntBuffer():
9*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.asIntBuffer has added 'final' qualifier
10*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#asLongBuffer():
11*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.asLongBuffer has added 'final' qualifier
12*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#asReadOnlyBuffer():
13*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.asReadOnlyBuffer has added 'final' qualifier
14*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#asShortBuffer():
15*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.asShortBuffer has added 'final' qualifier
16*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#compact():
17*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.compact has added 'final' qualifier
18*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#duplicate():
19*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.duplicate has added 'final' qualifier
20*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#get():
21*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.get has added 'final' qualifier
22*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#get(int):
23*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.get has added 'final' qualifier
24*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#getChar():
25*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.getChar has added 'final' qualifier
26*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#getChar(int):
27*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.getChar has added 'final' qualifier
28*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#getDouble():
29*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.getDouble has added 'final' qualifier
30*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#getDouble(int):
31*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.getDouble has added 'final' qualifier
32*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#getFloat():
33*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.getFloat has added 'final' qualifier
34*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#getFloat(int):
35*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.getFloat has added 'final' qualifier
36*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#getLong():
37*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.getLong has added 'final' qualifier
38*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#getLong(int):
39*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.getLong has added 'final' qualifier
40*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#getShort():
41*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.getShort has added 'final' qualifier
42*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#getShort(int):
43*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.getShort has added 'final' qualifier
44*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#isDirect():
45*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.isDirect has added 'final' qualifier
46*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#isReadOnly():
47*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.isReadOnly has added 'final' qualifier
48*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#put(byte):
49*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.put has added 'final' qualifier
50*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#put(int, byte):
51*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.put has added 'final' qualifier
52*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#putChar(char):
53*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.putChar has added 'final' qualifier
54*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#putChar(int, char):
55*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.putChar has added 'final' qualifier
56*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#putDouble(double):
57*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.putDouble has added 'final' qualifier
58*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#putDouble(int, double):
59*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.putDouble has added 'final' qualifier
60*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#putFloat(float):
61*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.putFloat has added 'final' qualifier
62*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#putFloat(int, float):
63*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.putFloat has added 'final' qualifier
64*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#putInt(int):
65*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.putInt has added 'final' qualifier
66*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#putInt(int, int):
67*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.putInt has added 'final' qualifier
68*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#putLong(int, long):
69*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.putLong has added 'final' qualifier
70*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#putLong(long):
71*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.putLong has added 'final' qualifier
72*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#putShort(int, short):
73*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.putShort has added 'final' qualifier
74*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#putShort(short):
75*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.putShort has added 'final' qualifier
76*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#slice():
77*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.slice has added 'final' qualifier
78*344a7f5eSAndroid Build Coastguard WorkerAddedFinal: java.nio.DirectByteBuffer#slice(int, int):
79*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.slice has added 'final' qualifier
80*344a7f5eSAndroid Build Coastguard Worker
81*344a7f5eSAndroid Build Coastguard Worker
82*344a7f5eSAndroid Build Coastguard WorkerChangedThrows: android.bluetooth.BluetoothHapClient#close():
83*344a7f5eSAndroid Build Coastguard Worker    Method android.bluetooth.BluetoothHapClient.close no longer throws exception java.lang.Exception
84*344a7f5eSAndroid Build Coastguard WorkerChangedThrows: android.bluetooth.BluetoothHeadsetClient#close():
85*344a7f5eSAndroid Build Coastguard Worker    Method android.bluetooth.BluetoothHeadsetClient.close no longer throws exception java.lang.Exception
86*344a7f5eSAndroid Build Coastguard WorkerChangedThrows: android.bluetooth.BluetoothLeBroadcast#close():
87*344a7f5eSAndroid Build Coastguard Worker    Method android.bluetooth.BluetoothLeBroadcast.close no longer throws exception java.lang.Exception
88*344a7f5eSAndroid Build Coastguard WorkerChangedThrows: android.bluetooth.BluetoothLeBroadcastAssistant#close():
89*344a7f5eSAndroid Build Coastguard Worker    Method android.bluetooth.BluetoothLeBroadcastAssistant.close no longer throws exception java.lang.Exception
90*344a7f5eSAndroid Build Coastguard WorkerChangedThrows: android.bluetooth.BluetoothMapClient#close():
91*344a7f5eSAndroid Build Coastguard Worker    Method android.bluetooth.BluetoothMapClient.close no longer throws exception java.lang.Exception
92*344a7f5eSAndroid Build Coastguard WorkerChangedThrows: android.bluetooth.BluetoothPbapClient#close():
93*344a7f5eSAndroid Build Coastguard Worker    Method android.bluetooth.BluetoothPbapClient.close no longer throws exception java.lang.Exception
94*344a7f5eSAndroid Build Coastguard WorkerChangedThrows: android.bluetooth.BluetoothSap#close():
95*344a7f5eSAndroid Build Coastguard Worker    Method android.bluetooth.BluetoothSap.close no longer throws exception java.lang.Exception
96*344a7f5eSAndroid Build Coastguard WorkerChangedThrows: android.bluetooth.UidTraffic#clone():
97*344a7f5eSAndroid Build Coastguard Worker    Method android.bluetooth.UidTraffic.clone no longer throws exception java.lang.CloneNotSupportedException
98*344a7f5eSAndroid Build Coastguard WorkerChangedThrows: android.net.NetworkStats#clone():
99*344a7f5eSAndroid Build Coastguard Worker    Method android.net.NetworkStats.clone no longer throws exception java.lang.CloneNotSupportedException
100*344a7f5eSAndroid Build Coastguard Worker
101*344a7f5eSAndroid Build Coastguard Worker
102*344a7f5eSAndroid Build Coastguard WorkerChangedType: android.bluetooth.UidTraffic#clone():
103*344a7f5eSAndroid Build Coastguard Worker    Method android.bluetooth.UidTraffic.clone has changed return type from java.lang.Object to android.bluetooth.UidTraffic
104*344a7f5eSAndroid Build Coastguard WorkerChangedType: android.net.NetworkStats#clone():
105*344a7f5eSAndroid Build Coastguard Worker    Method android.net.NetworkStats.clone has changed return type from java.lang.Object to android.net.NetworkStats
106*344a7f5eSAndroid Build Coastguard WorkerChangedType: java.nio.DirectByteBuffer#duplicate():
107*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.duplicate has changed return type from java.nio.ByteBuffer to java.nio.MappedByteBuffer
108*344a7f5eSAndroid Build Coastguard WorkerChangedType: java.nio.DirectByteBuffer#slice():
109*344a7f5eSAndroid Build Coastguard Worker    Method java.nio.DirectByteBuffer.slice has changed return type from java.nio.ByteBuffer to java.nio.MappedByteBuffer
110*344a7f5eSAndroid Build Coastguard Worker
111*344a7f5eSAndroid Build Coastguard Worker
112*344a7f5eSAndroid Build Coastguard WorkerRemovedClass: android.net.wifi.WifiKeystore:
113*344a7f5eSAndroid Build Coastguard Worker    Removed class android.net.wifi.WifiKeystore
114*344a7f5eSAndroid Build Coastguard Worker
115*344a7f5eSAndroid Build Coastguard Worker
116*344a7f5eSAndroid Build Coastguard WorkerRemovedMethod: android.content.pm.PackageManager#getPermissionControllerPackageName():
117*344a7f5eSAndroid Build Coastguard Worker    Removed method android.content.pm.PackageManager.getPermissionControllerPackageName()
118