Skip to content

Instantly share code, notes, and snippets.

# Gradle files
.gradle/
# Intellij
.idea/
*.iml
# Build
build/
@Tanmey
Tanmey / AdbCommands
Created March 9, 2021 17:03 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader