简体   繁体   English

Android中如何访问数据形成内部存储

[英]How access data form internal storage in Android

I know this question has been asked many times, but it has not solves my confusion.我知道这个问题已经被问过很多次了,但它并没有解决我的困惑。 I have stored data of my app in internal storage in text format, i can access them through without rooted.我已经将我的应用程序的数据以文本格式存储在内部存储中,我可以通过 访问它们而无需 root。 how it can be accessed thorough my laptop?如何通过我的笔记本电脑访问它? The same way other apps can store files in media folders etc.与其他应用程序可以将文件存储在媒体文件夹等中的方式相同。

If by "accessed through my laptop" mean access it by plugin your phone and browse through the shared media, you can't.如果“通过我的笔记本电脑访问”意味着通过手机插件访问它并浏览共享媒体,则不能。

Android can't eject its own internal partition to give you access to it while running. Android 无法弹出自己的内部分区,以便您在运行时访问它。 But you can store your data of the app onto the "external" storage space, then it is possible to access it.但是您可以将应用程序的数据存储到“外部”存储空间,然后就可以访问它。

For the documentation on how to do this, look into the Android Guide , explaining external storage.有关如何执行此操作的文档,请查看解释外部存储的Android 指南

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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