How to delete folders from SDCard during uninstalling of my app in Android?

后端 未结 4 1873
猫巷女王i
猫巷女王i 2021-01-18 21:01

I went through the following link which says that the external folders will be deleted automatically during uninstallation of my app.

I am using the following code t

4条回答
  •  萌比男神i
    2021-01-18 21:28

    No. The Android OS does not remove the SDCard files corresponding to one App when the App is uninstalled.

提交回复
热议问题