Android Question How to use Intent.SetComponent?

Steini1980

Active Member
Licensed User
Longtime User
Hi,

I have to start an Intent with two Parameter "package Name" and "class Name", how create a call like below in B4A?

B4X:
intent.setComponent(new componentName("de.test.myapp", "de.test.myapp.lib.ActivityLoader"));
 
Top