new SpiceManager(<Service>.class);new SpiceManager(<Service>.class, android.os.Bundle);
...
final Intent intentService = new Intent(context, spiceServiceClass);
intentService.putExtras(android.os.Bundle); // <<<<<
Ln.v("Binding to service.");
spiceServiceConnection = new SpiceServiceConnection();
boolean bound = context.getApplicationContext().bindService(intentService, spiceServiceConnection, Context.BIND_AUTO_CREATE);
...
--
Vous recevez ce message, car vous êtes abonné au groupe Google Groupes "RoboSpice".
Pour vous désabonner de ce groupe et ne plus recevoir d'e-mails le concernant, envoyez un e-mail à l'adresse robospice+...@googlegroups.com.
Pour obtenir davantage d'options, consultez la page https://groups.google.com/d/optout.