VolumeLockr
Android volume locker
File Explorer
Download Latest Version (.zip)- android.yml
- FUNDING.yml
- ExampleInstrumentedTest.kt
- VolumeProvider.kt
- VolumeService.kt
- AboutFragment.kt
- MainActivity.kt
- PolicyAccessDialog.kt
- SettingsFragment.kt
- VolumeAdapter.kt
- VolumeLockrApplication.kt
- VolumeSliderFragment.kt
- BootReceiver.kt
- bg_icon.xml
- ic_alarm.xml
- ic_bell.xml
- ic_call.xml
- ic_home.xml
- ic_info.xml
- ic_lock.xml
- ic_lock_open.xml
- ic_media.xml
- ic_ring.xml
- ic_settings.xml
- ic_volumelockr_foreground.xml
- activity_main.xml
- dialog_password.xml
- fragment_about.xml
- fragment_volume_slider.xml
- preference_switch.xml
- volume_card.xml
- activity_main.xml
- bottom_nav_menu.xml
- options.xml
- ic_volumelockr.xml
- ic_volumelockr_round.xml
- ic_volumelockr.png
- ic_volumelockr_round.png
- ic_volumelockr.png
- ic_volumelockr_round.png
- ic_volumelockr.png
- ic_volumelockr_round.png
- ic_volumelockr.png
- ic_volumelockr_round.png
- ic_volumelockr.png
- ic_volumelockr_round.png
- navigation_graph.xml
- bools.xml
- colors.xml
- dimens.xml
- ic_volumelockr_background.xml
- strings.xml
- themes.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- strings.xml
- bools.xml
- root_preferences.xml
- AndroidManifest.xml
- ic_volumelockr-playstore.png
- screenshot.png
- ExampleUnitTest.kt
- .gitignore
- build.gradle
- detekt-baseline.xml
- proguard-rules.pro
- full_description.txt
- short_description.txt
- 1.png
- 2.png
- 3.png
- icon.png
- full_description.txt
- short_description.txt
- title.txt
- full_description.txt
- short_description.txt
- full_description.txt
- short_description.txt
- gradle-wrapper.jar
- gradle-wrapper.properties
- gradle-daemon-jvm.properties
- libs.versions.toml
- .gitignore
- build.gradle
- detekt.yml
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/jonathanklee/VolumeLockr
Downloads the entire project code from GitHub to your computer.
cd VolumeLockr
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.
./gradlew assembleDebug
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
