mirror of
https://github.com/ARM-software/devlib.git
synced 2025-01-31 10:10:46 +00:00
AndroidTarget: Fix escape_double_quote typo
This commit is contained in:
parent
cc04e1a839
commit
bda1115adb
@ -1425,7 +1425,7 @@ class AndroidTarget(Target):
|
|||||||
|
|
||||||
def open_url(self, url):
|
def open_url(self, url):
|
||||||
cmd = 'am start -a android.intent.action.VIEW -d "{}"'
|
cmd = 'am start -a android.intent.action.VIEW -d "{}"'
|
||||||
self.execute(cmd.format(escape_double_quote(url)))
|
self.execute(cmd.format(escape_double_quotes(url)))
|
||||||
|
|
||||||
def homescreen(self):
|
def homescreen(self):
|
||||||
self.execute('am start -a android.intent.action.MAIN -c android.intent.category.HOME')
|
self.execute('am start -a android.intent.action.MAIN -c android.intent.category.HOME')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user