Hello all, I've been trying for the better part of 72 hours to find out why exactly the HOME intent category is being detected by the Blackberry Playbook conversion tool. MyAndroidManifest.xml is
<activity android:name="myappactivity"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <category android:name="android.intent.category.LAUNCHER"/> </intent-filter> </activity>The only time I see the HOME intent being called in my log is when the home key is pressed (surprise), yet there seems to be no way to actually disable either the intent or the keypress detection. Any ideas?
3 Answers
Are you using the online/web browser tool? It reports things that don't actually exist (if it actually runs). The command line tools converted my APKs to BAR files without incident.
Can you please post the command line tool? tks
what about result, did you fix the problem?
Thanks
Your Answer
Think you can help? Login to answer this question!