-1

How to create Recycle bin in android.This recycle bin functionality should be same as recycle bin which we are using in windows operating system. for more explanation:If i delete any files,images,messages etc it should reach to recycle bin. is there any broadcast receiver to listen when we are deleting anything in the mobile?

Gianmarco
  • 2,536
  • 25
  • 57
user2791281
  • 149
  • 3
  • 12

1 Answers1

0

You can find broadcast actions in %your_path_to_android_sdk%\platforms\android-18\data\broadcast_actions.txt Took it here Where is the all Android broadcast Intent list

Also in android exists http://developer.android.com/reference/android/os/FileObserver.html but it fires a delition vroadcast only after event occured.

Community
  • 1
  • 1
Ryzh
  • 51
  • 2