Force Android app install, even if it is a downgrade

This commit is contained in:
Joshua Granick
2014-11-01 15:36:20 -07:00
parent b2fa1e2b51
commit 3b4ce5c37e

View File

@@ -185,8 +185,7 @@ class AndroidHelper {
}
//var args = [ "install", "-r", "-d", targetPath ];
var args = [ "install", "-r", targetPath ];
var args = [ "install", "-r", "-d", targetPath ];
if (deviceID != null && deviceID != "") {