Android Question DirInternal file rList

sigster

Active Member
Licensed User
Longtime User
Hi

when I check DirInternal for my database

then I also see this file = rList

this is inside the file

B4X:
?????sr????java.util.ArrayListx?????a?????I????sizexp???????w????????t??
2130837504x

I am not writing any file only the database SQLite file , what file is this ?

Regards
Sigster
 

sigster

Active Member
Licensed User
Longtime User
Nothing happened

I try to delete this file when I use SetApplicationAttribute and it show up again
and I change the package name same

B4X:
SetApplicationAttribute(android:allowBackup, "false")

B4X:
Log(File.Delete(File.DirInternal,"rList"))
 
Upvote 0
Top