Force install Android apps (does not work on < API 16 devices, can fix the version check?)
This commit is contained in:
@@ -230,11 +230,11 @@ class AndroidHelper {
|
||||
|
||||
var args = [ "install", "-r" ];
|
||||
|
||||
if (getDeviceSDKVersion (deviceID) > 16) {
|
||||
//if (getDeviceSDKVersion (deviceID) > 16) {
|
||||
|
||||
args.push ("-d");
|
||||
|
||||
}
|
||||
//}
|
||||
|
||||
args.push (targetPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user