# androidDataWithoutRootAPI33
**Repository Path**: vfishv/androidDataWithoutRootAPI33
## Basic Information
- **Project Name**: androidDataWithoutRootAPI33
- **Description**: Android 13 访问 /Android/data 和 /Android/obb
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-09-08
- **Last Updated**: 2024-05-06
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
## Deprecated
Read this new method to access /Android/data on Android 14 with shizuku:
http://folderv.com/2023/11/24/access-Android-data-and-Android-obb-on-Android-14/
## `Android 13+ (Tiramisu API 33+)` Read and write /Android/data or /Android/obb not need root
- `Android 13` read and write `/Android/data` or `/Android/obb` ***without root***
[](https://github.com/folderv/androidDataWithoutRootAPI33/actions/workflows/android.yml)
### Video:
[](https://youtu.be/-4H0K70WhDg)
### My App FV File Manager
May be this is the first APP that can visit other app’s exteral data file 😀.
[
](https://www.coolapk.com/apk/com.folderv.file)
[
](https://play.google.com/store/apps/details?id=com.folderv.file)
[
](http://folderv.com/2022/08/16/Access-Android-data-on-Android-13/)
Want to [Download](http://folderv.com/2022/08/16/Access-Android-data-on-Android-13/) ?
## Demo apk
[Demo](https://github.com/folderv/androidDataWithoutRootAPI33/raw/main/android13dataobbDemo.apk)
## 中文
Android 13+ 仍然可以访问 /Android/data 和 /Android/obb 目录
Android 13 应用不能直接授权访问/Android/data 和 /Android/obb,需要针对每个应用单独授权访问。
该方法首先在Android 13 beta版本上发现并验证,Android 13正式版发布之后没有改变。所以 __FV 文件管理是首个支持Android 13 系统免root访问 /Android/data/ 和 /Android/obb/ 目录的工具__。