Accessing the database of one application from another application

前端 未结 4 1434
情歌与酒
情歌与酒 2021-01-02 20:33

I\'ve built an application and now I want to copy the database of that running application using my new backup application. I create my database path by doing DB_PATH

4条回答
  •  既然无缘
    2021-01-02 20:44

    Read Android Security. Any data stored by an application will be assigned that application's user ID, and not normally accessible to other packages

提交回复
热议问题