2010-04-28 8 views

risposta

8

tutto dipende da filtro intento:

<intent-filter> 
     <action android:name="android.intent.action.MAIN" /> 
     <category android:name="android.intent.category.HOME"/> 
     <category android:name="android.intent.category.DEFAULT" /> 
    </intent-filter> 
+0

Ok! Non avevo incluso DEFAULT. Immagino che sia necessaria la combinazione di HOME e DEFAULT. –

+0

AFAIK, è possibile saltare DEFAULT se è l'unica categoria. – yanchenko