Search found 1 match

by yiras
Tue Jun 15, 2010 12:02 pm
Forum: AndExplorer
Topic: Disable an Alert's ZIP uncompress
Replies: 0
Views: 7210

Disable an Alert's ZIP uncompress

Hi all. First, sorry for my english low lvl. When I do Intent to uncompress files (for example zip file) I use the next code: Intent intent = new Intent(); intent.setAction(Intent.ACTION_VIEW); Uri uri = Uri.fromFile(new File("/sdcard/test.zip")); intent.setDataAndType(uri, "application/zip"); // Op...