Bonjour
Je souhaite lancer une application au démarrage de mon téléphone.
Après l'initialisation du téléphone, comment faire pour qu'une application se lance automatiquement ?
Une idée ?
Merci d'avance
Bonjour
Je souhaite lancer une application au démarrage de mon téléphone.
Après l'initialisation du téléphone, comment faire pour qu'une application se lance automatiquement ?
Une idée ?
Merci d'avance
Bonjour,
Tu as cette constante dans la déclaration de tes activity dans ton manifest.xml qui est intéressante
ACTION_BOOT_COMPLETEDBroadcast Action: This is broadcast once, after the system has finished booting. It can be used to perform application-specific initialization, such as installing alarms. You must hold the RECEIVE_BOOT_COMPLETED permission in order to receive this broadcast.
http://developer.android.com/referen...BOOT_COMPLETED
Partager