-l 锁定该应用程序
-r 替换已存在的应用程序,也就是说强制安装
-t 允许测试包
-s 把应用程序安装到sd卡上
-d 允许进行将见状,也就是安装的比手机上带的版本低
-g 为应用程序授予所有运行时的权限
adb shellrun-as com.XXX
cd /data/data/com.XXX
ls
cd databases
ls
cat courser.db >/sdcard/xx.db
cat courser.db >/sdcard/xx.db
exit
exit
adb pull /sdcard/xx.db
https://www.yunqa.de/delphi/products/sqlitespy/index
参考文章:
https://blog.csdn.net/ZhaiKun68/article/details/88995525
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)