Permanently delete files Android

前端 未结 4 803
广开言路
广开言路 2021-02-07 09:31

I found an android app named Super Erase that deletes files and folder permanently from android device so that the file deleted cant be recovered anymore..here is the applicatio

4条回答
  •  不知归路
    2021-02-07 09:54

    The standard filesystem API won't give you a simple function call for that.

    You will have to use the underlaying native API for FileIO. Although I have never used it, theres a library for that:

    https://github.com/johanneslumpe/react-native-fs

提交回复
热议问题