1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 00:28:20 +08:00

Fix: Fix lanuch game in no physical keys device

This commit is contained in:
xausky
2023-03-05 12:04:32 +08:00
parent 06e03df5f4
commit 6c6511db60

View File

@@ -242,7 +242,7 @@ class Adb(Connection):
package_name = self.package
result = self.adb_shell([
'monkey', '-p', package_name, '-c',
'android.intent.category.LAUNCHER', '1'
'android.intent.category.LAUNCHER', '--pct-syskeys', '0', '1'
])
if 'No activities found' in result:
# ** No activities found to run, monkey aborted.