Delete-all command for flashable script?

Search This thread

CZ Eddie

Senior Member
Sep 27, 2011
6,397
2,442
Austin, TX
I'm going to modify this de-bloat script....
http://xdaforums.com/showthread.php?t=2587899

.... to have it delete ALL of the UI sounds. Do I just add the *.* as shown below? Or is that not the right way to specify "all files" in Android?

  • delete("/system/media/audio/ui/*.*");

I'm asking because I won't be able to test for another 24 hours. And I'd like to get the script ready now while I have time.