Question about StreamingAssets

Hi, I found two conflicting sources about the StreamingAssets folder in Android builds:
sourceA (section 5.2.1.1.) says that the StreamingAssets folder is part of the APK
sourceB says that it is part of the OBB

Can someone tell me which one is true?

If your app consists only of APK, then they obviously are inside APK.
If you enable split binary in Player Settings, then your app consists of APK and OBB, in such case StreamingAssets is inside OBB.

Thanks for the help.