2

Is there a way to specify that a specific file in my application project should be installed on the shared area of an SD card, while the rest goes to the internal phone storage?

Thanks Jamil

Mat Nadrofsky
  • 8,289
  • 8
  • 49
  • 73
Jamil
  • 641
  • 1
  • 7
  • 17

2 Answers2

0

no that is not really possible in my opinion

alosdev
  • 384
  • 2
  • 14
0

I used to do the same thing but failed. The only thing you can do is to specify a prefered intall location in the manifest.

DOC

michael
  • 31
  • 5
  • Michael, I want to specify the the exact target folder for one file rather than the whole APK conten – Jamil Jan 09 '12 at 10:55