mirror of
https://github.com/appium/appium.git
synced 2026-02-11 04:20:00 -06:00
(Android) Don't uninstall the app when --no-reset is used.
This commit is contained in:
@@ -24,7 +24,7 @@ var Android = function(opts) {
|
||||
|
||||
Android.prototype.initialize = function(opts) {
|
||||
this.compressXml = opts.compressXml;
|
||||
this.skipUninstall = opts.fastReset;
|
||||
this.skipUninstall = opts.fastReset || !opts.reset;
|
||||
this.rest = opts.rest;
|
||||
this.webSocket = opts.webSocket;
|
||||
opts.systemPort = opts.systemPort || 4724;
|
||||
|
||||
Reference in New Issue
Block a user