Closed gates19 closed 3 years ago
is it possible to launch pip activity directly from a terminal using am command;
i.e., am start -n pkg.name/pkg.activity
You might be able to use:
am start -n pkg.name/pkg.activity --windowingMode 2
where 2
maps to WINDOWING_MODE_PINNED
in WindowConfiguration
is it possible to launch pip activity directly from a terminal using am command; i.e., am start -n pkg.name/pkg.activity