1

Can i push an apk file into my assests folder programmatically?I wanted to use this apk file in my application.

Please forward your valuable suggestions to me.

Thanks in advance... Priya

Tomasz Nurkiewicz
  • 334,321
  • 69
  • 703
  • 674
Priya
  • 21
  • 1
  • 4
  • http://stackoverflow.com/questions/12674535/programatically-save-apk-file-from-asset-folder-to-system-app-in-android – Gnanam R Mar 12 '13 at 04:31

1 Answers1

0

AFAIK, you can't store it in the assets directory. However you can store is some where on the sdcard or cache directory. Check this for different data storage methods available.

Karan
  • 12,724
  • 6
  • 40
  • 33