read and write to a file in apk



There is a file strings.xml:



<?xml version="1.0" encoding="utf-8"?>
<string name="param">0</string>


need to read a variable named "param" and change it to another int variable

or read and write to a file located in this APK, for example /assets/config.txt?


No comments:

Post a Comment