1

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
  • 5,793
  • 5
  • 23
  • 56
aandroidtest
  • 1,455
  • 7
  • 39
  • 67

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