broadcastreceiver tag

6 questions


1 answers
122 views
0
I want to start the service when the device boots, what should I do?

I made the code to start the service when the Android device was booted. It doesn't move properly. Did I make a mistake?<receiver android:name=.StartServiceAtBootReceiver android:enabled=true andro...


1 answers
150 views
0
Can't I turn on the app when I reboot the device?

I found the sample code, but it was so old that the classes were no longer defined. So I'm asking you a question because I don't think it's possible


1 answers
138 views
0
How to check when an app calls you

I'm developing a video player app. It's okay to play the video, but I'm playing the videoI have to pause the video when I get a call, how do I know I got a call?


1 answers
187 views
0
Android: How to detect other apps when they're

Hi. I'm currently trying to develop an app that prevents users from using certain apps without passwords. Here's the scenario...I know how to do everything else, but I don't know what to do with numbe...


1 answers
158 views
0
What's the role of BroadCast Receiver on Android?

I'm studying Android and developing apps. While studying, I was told that I was a broadcast receiver.What role does this play?


1 answers
140 views
0
How to get Context from Service

Is there a way to get context from the service?


© 2025 OneMinuteCode. All rights reserved.