i want to write code to launcher other app. the app no launcher, no display on desktop. i use StartActivity(pm.GetApplicationIntent("packageName")) not work. p.Shell("am start packageName/packageName.MainActivity", Null, sb, Null) not work still. no way?
I just guess, that the app without "launcher" category (and without visible icon) - has no starting activity just "by rule", and can be started ... only after reboot by the auto-starting service. And by other broadcast receivers in this service.
nearly. i have two apps. (e.g name: A and B) A auto-start after reboot, then A launch B. B have no icon, no shortcut, no launcher. i dont know how to use code to launch B.