mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 13:38:13 +08:00
Fix: Fix lanuch game in no physical keys device
This commit is contained in:
@@ -242,7 +242,7 @@ class Adb(Connection):
|
|||||||
package_name = self.package
|
package_name = self.package
|
||||||
result = self.adb_shell([
|
result = self.adb_shell([
|
||||||
'monkey', '-p', package_name, '-c',
|
'monkey', '-p', package_name, '-c',
|
||||||
'android.intent.category.LAUNCHER', '1'
|
'android.intent.category.LAUNCHER', '--pct-syskeys', '0', '1'
|
||||||
])
|
])
|
||||||
if 'No activities found' in result:
|
if 'No activities found' in result:
|
||||||
# ** No activities found to run, monkey aborted.
|
# ** No activities found to run, monkey aborted.
|
||||||
|
|||||||
Reference in New Issue
Block a user