Start Intent for activity-alias
问题 I set up some Alias for an activity with different meta-data. In this meta-data I set the name of the fragment which I then load by reflection. I don't know if that is a "clean" solution, although by using Fragments and putting the functionality inside I had one SuperActivity and 2 Empty SubActivities just to specify each one in the manifest. The question is now: Can I start an alias by an Intent? new Intent(Context, Class) won't work because I can't find a way to set up the meta-data by an