Multiple android.intent.action.MAIN -
in android app demos, have seen multiple android.intent.action.main statements in mainfest.xml. every activity declared in manifest.xml had android.intent.action.main , android.intent.category.sample_code 1 activity had android.intent.action.main , android.intent.category.launcher.
can explain why mainfest.xml has multiple android.intent.action.main statements? in scenarios supposed have multiple mains in manifest.xml? , why android.intent.category.sample_code needed?
android
No comments:
Post a Comment