1

How to write files inside Asset Folder? It's read only or write? If any example then please share me. How to Secure Asset Folder? or whether we create userdefined foder 7 can access it for browsing like file:///android_assets/www....

Sergey Glotov
  • 20,200
  • 11
  • 84
  • 98
amit4397
  • 13
  • 4

2 Answers2

3

No,You cannot write in asset Folder, its read only.

Internal Storage in Android

Samir Mangroliya
  • 39,918
  • 16
  • 117
  • 134
  • Is there any way to create usedefiined folder n access it in Android for loading html files,like we done as asset folder. – amit4397 May 14 '12 at 04:43
1

As the Name says it is has a kind of Supporting files used in it.

Like .ttf file and all.

It is Read Only

Bhavin
  • 6,020
  • 4
  • 24
  • 26
  • ok,but i want to encrypt the content of html,js files in asset folder &copy into Storage then again Decrypted how is this achive? Any Solution???It is for to Secure code purpose only... – amit4397 May 14 '12 at 04:46