Variable: tramp-adb-method

tramp-adb-method is a variable defined in tramp-adb.el.gz.

Value

"adb"

Documentation

When this method name is used, forward all calls to Android Debug Bridge.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-adb.el.gz
;;;###tramp-autoload
(defconst tramp-adb-method "adb"
  "When this method name is used, forward all calls to Android Debug Bridge.")