In our app, we are increasing targetversion from 32 to 33 in Android. I checked google documentation. I didn't get complete list of APIs.
for example: mBluetoothAdapter?.enable()
is not working for Android 13 however it is working for tragetversion 32.
However, I didn't find anything about API changes in google documentation until I directly go to this API page and there I can see warning message for API deprecation.
Similar, I used lint through Android studio (code -> analyse code). The report I get also does not say anything about deprecated API for Android 13.
Please tell what are the way to find list of all deprecated APIs for Android 13 in my android project instead of general exhaustive list like this https://developer.android.com/sdk/api_diff/33/changes