2018년 12월 21일 금요일

[Tip] Apk context menu install

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.apk]
@="apk_auto_file"

[HKEY_CLASSES_ROOT\apk_auto_file\shell\installapk]
@="Install APK"

[HKEY_CLASSES_ROOT\apk_auto_file\shell\installapk\command]
@="cmd /c echo:Installing APK file...&&echo: - %1&&adb install -r \"%1\""

[HKEY_CURRENT_USER\Software\Classes\.apk]
@="apk_auto_file"

[HKEY_CURRENT_USER\Software\Classes\apk_auto_file\shell\installapk]
@="Install APK"

[HKEY_CURRENT_USER\Software\Classes\apk_auto_file\shell\installapk\command]
@="cmd /c echo:Installing APK file...&&echo: - %1&&adb install -r \"%1\""