Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
単一のアプリで BOOT_COMPLETED で実行される複数の BroadcastReceivers を持つことは可能ですか?
はい。ただし、これらのすべてを 1 つの BroadcastReceiver に単純に含めることができるため、これを行う理由はありません。
それぞれが ON_BOOT_COMPLETED で実行されるため、システムを独り占めすることなく、同じ結果が得られます。