We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1777e commit 46f3825Copy full SHA for 46f3825
1 file changed
packages/platform-android/src/adb.ts
@@ -41,6 +41,10 @@ export const startApp = async (
41
'shell',
42
'am',
43
'start',
44
+ '-a',
45
+ 'android.intent.action.MAIN',
46
+ '-c',
47
+ 'android.intent.category.LAUNCHER',
48
'-n',
49
`${bundleId}/${activityName}`,
50
]);
0 commit comments