Discover

Topics

ToRecycle

ToRecycle APK

ToRecycle APK

1.0 Freeaboard ⇣ Download APK (2.27 MB)

torecycle, recyclebin, recycle

What's ToRecycle APK?

ToRecycle is a app for Android, It's developed by aboard author.
First released on google play in 8 years ago and latest version released in 6 years ago.
This app has 323 download times on Google play
This product is an app in Tools category. More infomartion of ToRecycle on google play
ToRecycle 1.0.18 - android recycle basket

If you selcect ToRecycle ICON in the program selection TRC file creates a file with a directory information.

Select ToRecycle after running the program can be canceled and deleted files.

* check button - select files

* clear button - TRC file delete

* delete button - TRC file delete and original file delete

* dir-set button - TRC file directory

* ExtDelete button - External Access Delete On/Off

* Menu Button - Select UriPermission, Clear UriPermission
- Marshmallow, Lollipop extSdCard writing permission setting

* ToRecycle default directory - /mnt/sdcard/aboard/torecycle


// External Access ToRecycle

try {
Intent intent = getApplicationContext().getPackageManager().getLaunchIntentForPackage("aboard.and.torecycle");
intent.putExtra("option", "delete"); // option: run, add, delete
intent.putExtra("path", "/mnt/extSdCard/test.txt");
startActivity(intent);
} catch (Exception e) {Toast.makeText(getApplicationContext(), "ToRecycle not installed.", Toast.LENGTH_LONG).show();}