简体   繁体   中英

Application's package can't find in Device?

I've successfully written a simple android database application, but I can't see and find my package on the device.

When, I'm using this application on my Device it doesn't show the database in my device's file manager.

What am I doing wrong? Also, what do I need to do to display my package on my device? Is there any

permission I'm missing?

It is very simple to open database in android device . Just copy it from data/data directory to sdcard using code and then copy from sdcard to PC manually.

应用程序创建的数据库是该应用程序专用的,无法从另一个应用程序看到。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM