hourglass_full Your download should start automatically in a few seconds...

Download ToRecycle_Latest Version.apk from Apk-Dl Server

Thank you for using Apk-Dl.com to download the apk file (ToRecycle_Latest Version.apk),

If the download doesn't start automatically in a few seconds, please click here to access the download URL directly.

Note: Download and save the apk file to your Android Phone's SD card and install it manually onto the Android device.

Description

ToRecycle 1.0.10 - android recycle basket

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

Select ToRecycle after running the program can be canceled anddeleted 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

* uri-set button - If the operating system Marshmallow,Lollipopwrite access to external memory, select the root of theext-sdcard.

* ExtDelete button - External Access Delete On/Off

// 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();}