* Sets the package name of the Chrome or WebView app. * * @param {?string} pkg The package to connect to, or `null` to disable Android * and switch back to using desktop browser. * @return {!Options} A self reference.
(pkg)
| 441 | * @return {!Options} A self reference. |
| 442 | */ |
| 443 | androidPackage(pkg) { |
| 444 | this.options_.androidPackage = pkg |
| 445 | return this |
| 446 | } |
| 447 | |
| 448 | /** |
| 449 | * Sets the process name of the Activity hosting the WebView (as given by |