Variable: browse-url-android-share

browse-url-android-share is a customizable variable defined in browse-url.el.gz.

Value

nil

Documentation

If non-nil, share URLs on Android systems instead of opening them.

When non-nil, browse-url-default-android-browser will try to share the URL being browsed through programs such as mail clients and instant messengers instead of opening it in a web browser.

This variable was added, or its default value changed, in Emacs 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/net/browse-url.el.gz
(defcustom browse-url-android-share nil
  "If non-nil, share URLs on Android systems instead of opening them.
When non-nil, `browse-url-default-android-browser' will try to
share the URL being browsed through programs such as mail clients
and instant messengers instead of opening it in a web browser."
  :type 'boolean
  :version "30.1")