I have an Android program that stores its information in a sqlite database. Will it be copied to copy this db file to a computer after connecting the device via USB or if a special function is written in the program itself to upload the contents of db to a file in the / sdcard directory?
thanks
You can use the adb pull command to read the file from the reinstalled device to your desktop, for example. adb pull /data/data/com.foo.bar/databases/MyDatabase
adb pull /data/data/com.foo.bar/databases/MyDatabase
Source: https://habr.com/ru/post/888167/More articles:Manually add rows in a WPF DataGrid - c #Python select () behavior weird - pythonNeed to know how the plug works? - cIs there an almost consistent guide for log levels? - javaWhat is a good alternative to rewriting HTML? - javascript.Net for known return type, but unknown type / number of parameters - c #Rails 3: the gem of client_side_validations and password development - ruby-on-rails-3WebSphere 7, setting up a JMS Q connection factory without user ID: MQRC_NOT_AUTHORIZED - securityCreate DataContext from Entity Framework Connection String? - c #Dynatree - Where can I store additional information in each node? - dynatreeAll Articles