سؤال

How I autostart my app on android like whatsapp. Application must start when system restart...

هل كانت مفيدة؟

المحلول

You might want to write a service, it will read internet data. To start it on boot write broadcast receiver that will execute on BOOT_COMPLETED or ACTION_EXTERNAL_APPLICATIONS_AVAILABLE. Your GUI app should comunicate with service using AIDL interface - if service will run in the same process as application, then no AIDL should be required.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top