Retrieve database or any other file from the Internal Storage using run-as

后端 未结 12 2216
清酒与你
清酒与你 2020-11-22 11:01

On a non-rooted android device, I can navigate to the data folder containing the database using the run-as command with my package name. Most files types I am c

12条回答
  •  情歌与酒
    2020-11-22 11:46

    Much much simpler approach to download the file onto your local computer:

    In your PC shell run:

    adb -d shell 'run-as  cat /data/data//databases/' > 
    

提交回复
热议问题