Languages

Menu
Sites
Language
How to get junk files list and remove all ?

Hello, I am making cleaner application in which I want to get junk files list and want to remove all of them. 
Also I want to clean extra storage consumed by other apps.
I am not getting how to do this.
Will anyone help me???

Edited by: bhoomika rathod on 10 Feb, 2018

Responses

1 Replies
Yasin Ali

Hi,

You need to define which junk files and other removable contents
that you want to be deleted. For such app you would need different
device permission.

Then you should study these for understanding on how things work
in Tizen.

File System Directory Hierarchy:
https://developer.tizen.org/development/training/native-application/understanding-tizen-programming/file-system-directory-hierarchy

Storage
https://developer.tizen.org/development/api-references/native-application?redirect=/dev-guide/2.3.1/org.tizen.native.mobile.apireference/group__CAPI__SYSTEM__STORAGE__MODULE.html

Hope it will help.