androidDataWithoutRootAPI33
Read and write Android/data files on Android 13 without root
File Explorer
Download Latest Version (.zip)- android.yml
- .gitignore
- .name
- compiler.xml
- misc.xml
- ExampleInstrumentedTest.kt
- AppSelectDialogFragment.kt
- AppSelectRecyclerAdapter.java
- DocumentVM.kt
- MainActivity.kt
- MyGlideModule.kt
- TestApp.java
- Extensions.kt
- BadPathSymbolResolutionTest.kt
- BaseTest.kt
- CopyTest.kt
- CreateFilesTest.kt
- DeleteTest.kt
- FindTests.kt
- SimpleTest.kt
- SnapshotTest.kt
- TestException.kt
- TestSuite.kt
- TestBaseDirectory.kt
- ic_check_circle_green_24dp.xml
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- file_icon_apk.png
- activity_main.xml
- dialog_fragment_app.xml
- item_select_app.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- colors.xml
- strings.xml
- themes.xml
- themes.xml
- AndroidManifest.xml
- ExampleUnitTest.kt
- .gitignore
- build.gradle
- proguard-rules.pro
- gradle-wrapper.jar
- gradle-wrapper.properties
- com.folderv.file.webp
- coolapk-badge.png
- google-play-badge.png
- .gitignore
- android13dataobbDemo.apk
- build.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/folderv/androidDataWithoutRootAPI33
Downloads the entire project code from GitHub to your computer.
cd androidDataWithoutRootAPI33
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
