2

I have done the portion to zip files programmatically using the available Zip class in Android.

But how do I zip with a password? I tried checking the developer website at: http://developer.android.com/reference/java/util/zip/ZipOutputStream.html

But there is no portion on password. Can it be done in Android?

Nimantha
  • 6,405
  • 6
  • 28
  • 69
aandroidtest
  • 1,493
  • 8
  • 41
  • 68

1 Answers1

-2

Looks like it has already been answered here. The idea is to use a Java library that supports adding password which is compatible with android

Community
  • 1
  • 1
Peshal
  • 1,508
  • 1
  • 12
  • 22