如何在android中更改数据库文件的权限?

时间:2011-09-01 06:52:42

标签: android database

从文件资源管理器我正在查看我的数据库文件但无法访问该文件你能告诉我如何查看数据库列以及如何更改该文件的权限。

1 个答案:

答案 0 :(得分:2)

1. open ddms -> file explorer -> file -> file -> <package name> -> database ->
   (select) databasename.db file -> pull file from the device (use pull button on 
  top-right of file explorer window) -> set the destination for file.

2. use any sqlite tools for open that database.db file and using it retrive or modify
   data of database.

日Thnx。

编辑:为了获得许可,我没有尝试,但我认为,根据您的adb设备(模拟器),然后更改相应文件的权限,为此您要使用adb工具和adb命令。 / p>

编辑:查看Understanding Android file permissionsHow to Use Android ADB Command Line Tool