Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Though Activity_step5 is Launcher,how ChronoActivity1 is Launching First? #20

Closed
brajabasi opened this issue Aug 19, 2017 · 1 comment
Closed

Comments

@brajabasi
Copy link

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
@aa-ndrej
Copy link

Activity_step5 is launched when you open the app from your phone. However in Android Studio you can set different Launch Options for different Run Configurations. When you click on Run > Edit Configurations... you can see, that for Step 1 ChronoActivity1 is set as the launch activity.

If you want to start Activity_step5 from Android Studio you can for example run the Step 5 - Sharing VMs solution configuration.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants