WishListManager
WishListManager copied to clipboard
problem in menifest file
project is not getting launched
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>