xref: /aosp_15_r20/prebuilts/sdk/34/public/api/android-incompatibilities.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1// Baseline format: 1.0
2AddedAbstractMethod: java.nio.Buffer#duplicate():
3    Added method java.nio.Buffer.duplicate()
4AddedAbstractMethod: java.nio.Buffer#slice():
5    Added method java.nio.Buffer.slice()
6AddedAbstractMethod: java.nio.Buffer#slice(int, int):
7    Added method java.nio.Buffer.slice(int,int)
8AddedAbstractMethod: java.nio.ByteBuffer#slice(int, int):
9    Added method java.nio.ByteBuffer.slice(int,int)
10AddedAbstractMethod: java.nio.CharBuffer#slice(int, int):
11    Added method java.nio.CharBuffer.slice(int,int)
12AddedAbstractMethod: java.nio.DoubleBuffer#slice(int, int):
13    Added method java.nio.DoubleBuffer.slice(int,int)
14AddedAbstractMethod: java.nio.FloatBuffer#slice(int, int):
15    Added method java.nio.FloatBuffer.slice(int,int)
16AddedAbstractMethod: java.nio.IntBuffer#slice(int, int):
17    Added method java.nio.IntBuffer.slice(int,int)
18AddedAbstractMethod: java.nio.LongBuffer#slice(int, int):
19    Added method java.nio.LongBuffer.slice(int,int)
20AddedAbstractMethod: java.nio.MappedByteBuffer#slice(int, int):
21    Added method java.nio.MappedByteBuffer.slice(int,int)
22AddedAbstractMethod: java.nio.ShortBuffer#slice(int, int):
23    Added method java.nio.ShortBuffer.slice(int,int)
24
25InvalidNullConversion: android.os.OutcomeReceiver#onResult(R) parameter #0:
26    Attempted to remove @NonNull annotation from parameter result in android.os.OutcomeReceiver.onResult(R result)
27InvalidNullConversion: android.graphics.Bitmap#getConfig():
28    Attempted to change method return from @NonNull to @Nullable: incompatible change for method android.graphics.Bitmap.getConfig()
29
30RemovedDeprecatedMethod: java.lang.Runtime#getLocalizedInputStream(java.io.InputStream):
31    Removed deprecated method java.lang.Runtime.getLocalizedInputStream(java.io.InputStream)
32RemovedDeprecatedMethod: java.lang.Runtime#getLocalizedOutputStream(java.io.OutputStream):
33    Removed deprecated method java.lang.Runtime.getLocalizedOutputStream(java.io.OutputStream)
34RemovedDeprecatedMethod: android.nfc.NfcAdapter#disableForegroundNdefPush(android.app.Activity):
35    Removed deprecated method android.nfc.NfcAdapter.disableForegroundNdefPush(android.app.Activity)
36RemovedDeprecatedMethod: android.nfc.NfcAdapter#enableForegroundNdefPush(android.app.Activity, android.nfc.NdefMessage):
37    Removed deprecated method android.nfc.NfcAdapter.enableForegroundNdefPush(android.app.Activity,android.nfc.NdefMessage)
38RemovedDeprecatedMethod: android.nfc.NfcAdapter#invokeBeam(android.app.Activity):
39    Removed deprecated method android.nfc.NfcAdapter.invokeBeam(android.app.Activity)
40RemovedDeprecatedMethod: android.nfc.NfcAdapter#isNdefPushEnabled():
41    Removed deprecated method android.nfc.NfcAdapter.isNdefPushEnabled()
42RemovedDeprecatedMethod: android.nfc.NfcAdapter#setBeamPushUris(android.net.Uri[], android.app.Activity):
43    Removed deprecated method android.nfc.NfcAdapter.setBeamPushUris(android.net.Uri[],android.app.Activity)
44RemovedDeprecatedMethod: android.nfc.NfcAdapter#setBeamPushUrisCallback(android.nfc.NfcAdapter.CreateBeamUrisCallback, android.app.Activity):
45    Removed deprecated method android.nfc.NfcAdapter.setBeamPushUrisCallback(android.nfc.NfcAdapter.CreateBeamUrisCallback,android.app.Activity)
46RemovedDeprecatedMethod: android.nfc.NfcAdapter#setNdefPushMessage(android.nfc.NdefMessage, android.app.Activity, android.app.Activity...):
47    Removed deprecated method android.nfc.NfcAdapter.setNdefPushMessage(android.nfc.NdefMessage,android.app.Activity,android.app.Activity...)
48RemovedDeprecatedMethod: android.nfc.NfcAdapter#setNdefPushMessageCallback(android.nfc.NfcAdapter.CreateNdefMessageCallback, android.app.Activity, android.app.Activity...):
49    Removed deprecated method android.nfc.NfcAdapter.setNdefPushMessageCallback(android.nfc.NfcAdapter.CreateNdefMessageCallback,android.app.Activity,android.app.Activity...)
50RemovedDeprecatedMethod: android.nfc.NfcAdapter#setOnNdefPushCompleteCallback(android.nfc.NfcAdapter.OnNdefPushCompleteCallback, android.app.Activity, android.app.Activity...):
51    Removed deprecated method android.nfc.NfcAdapter.setOnNdefPushCompleteCallback(android.nfc.NfcAdapter.OnNdefPushCompleteCallback,android.app.Activity,android.app.Activity...)
52
53RemovedClass: android.adservices.AdServicesVersion:
54    Removed class android.adservices.AdServicesVersion
55