Android Question about launcher other app question

yhyzhj

Member
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?
 

yhyzhj

Member
i write a app by myself. i deleted launcher from androidmanifest.xml,i hope it not show an icon. now i need to lancher it by other app.
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
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.
 
Last edited:
Upvote 0

yhyzhj

Member
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.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…