ErrorIntentResolver(2168): resolveIntent failed: found match, but none with Intent.CATEGORY_DEFAULTSolutionAdd <category android:name="android.intent.category.DEFAULT" /> to your second intent filter<intent-filter >
<category android:name="android.intent.category.DEFAULT" />
<action android:name="YOUR_INTENT" />
</intent-filter>
No comments:
Post a Comment