Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
750 views
in Technique[技术] by (71.8m points)

how we can remove a file from the assets folder at runtime in android?

how we can remove a file from the assets folder at runtime? Is it even possible?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Here is a discussion about it:

http://www.mail-archive.com/[email protected]/msg16172.html

Seems like the apk is read only and you wont be able to modify it.

Edit:

Check commonswares answer here:

Security of Android assets folder

He is saying the same thing, you can't modify it at runtime.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...