Application with 2 launcher activities
I have an application that contains two Activities with <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> in the manifest. I did this so that there are 2 separate entries in the app drawer. It functions properly with regards to the app drawer as it is. My question comes during the install. After you install an app with only one MAIN/LAUNCHER activity the last page has an open button that will launch the app that was just installed. With my app this open button is greyed out. I assume it is because it