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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user