android - Associate a folder to an APK -
in app helping developing, users seen each time use apps cm security clean 'junk', files inside folder associated app instead considered 'junk' , deleted.
the app create folder in c side of code instead of using java.
firstly, when app first launched, custom c code check if app folder (e.g. 'game') exists. if doesn't, makes (regardless of os. app cross-platform, sorry forgot it.) puts in external sd card ('sdcard/'). when it's seen, can run app.
i getfilesdir
, since directory made using c code , not through java activity, doesn't count app directory.
is there way link folder android code recognized app folder?
Comments
Post a Comment