WishListManager icon indicating copy to clipboard operation
WishListManager copied to clipboard

problem in menifest file

Open Alfiyaanjum opened this issue 8 years ago • 1 comments

project is not getting launched

Alfiyaanjum avatar Feb 09 '17 05:02 Alfiyaanjum

Set launched

<activity android:name="yourActivity">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

detolath avatar May 30 '18 08:05 detolath