3
score
5.7K
views
no
status
CC BY-SA 3.0
Symbolic Link Creation in Android Within an Application's Asset Directory
There is no public API to do this. You can however use some dirty reflection to create your symbolic link. I just tested the following code and it worked for me: A quick Google search showed this answer if you don't...