S sigster Active Member Licensed User Longtime User Aug 8, 2024 #1 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
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
LucaMs Expert Licensed User Longtime User Aug 8, 2024 #2 Maybe you previously installed an app that has the same package name and when you uninstalled it kept that file there. This happens if the app has the following line in the manifest file: B4X: SetApplicationAttribute(android:allowBackup, "false") Upvote 0
Maybe you previously installed an app that has the same package name and when you uninstalled it kept that file there. This happens if the app has the following line in the manifest file: B4X: SetApplicationAttribute(android:allowBackup, "false")
S sigster Active Member Licensed User Longtime User Aug 8, 2024 #3 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
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"))
Erel B4X founder Staff member Licensed User Longtime User Aug 8, 2024 #4 B4A doesn't create any file. Not sure where it comes from. Maybe from the OS: https://xdaforums.com/t/pls-help-rlist-com-files-in-data-data-what-is-this.2978784/ Upvote 0
B4A doesn't create any file. Not sure where it comes from. Maybe from the OS: https://xdaforums.com/t/pls-help-rlist-com-files-in-data-data-what-is-this.2978784/