Uninstall save directories from app?

I’m working on a android app that would download an assetbundle and store it on the sdcard. Is there a way to make sure this directory would be deleted if the app was uninstalled?

I’ve found that if you place it in /Android/data/<your_package_name>/files then it will automatically be deleted on the app being uninstalled.