Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
228 views
in Technique[技术] by (71.8m points)

android - Two icons created when using two activities

Two icon created when i using Two activity Android Studio. I don't know why is this. I delete intent and I do some works but it's didn't worked.

I am creating one app. And I run in physical device. And that app has two icons.

question from:https://stackoverflow.com/questions/65937217/two-icons-created-when-using-two-activities

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

I find my problem and I will clear . `

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>`

here you will two category . you will delete number two category . This is our problem . android.intent.category.LAUNCHER this create a app icon for second activity.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...