I have a Android project which is using indexOf(). Then while surfing through Android developers forum, I came across the restricted API that is blocked in API level 28.
So can anyone help me out in briefing what is the full meaning of this API "Ljava/lang/String;->indexOf([CII[CIII)I" being blocked and what actually is the parameter "indexOf([CII[CIII)I"
Ref link: https://developer.android.com/about/versions/12/non-sdk-12#list-changes
Thanks