There is a qt android program. It has config file. It is needed that user can edit config file. So config file should be placed somewhere (sd card maybe). Now config file is in resources and program places it during the first run. Config file is not available to the user before the first run. And the question is how to make program putting config file on sd(or somewhere else) while installing apk. I found similar question How to copy numbered/versioned .so file during apk install but unfortunately there are no answers.
Asked
Active
Viewed 88 times
1 Answers
0
You can't do anything during installation. There's no hook there. You have to do it the first time you're run after instal.

Gabe Sechan
- 90,003
- 9
- 87
- 127