Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged broadcastreceiver

0 votes
504 views
1 answer
    So, im working on something that requires me to know when another application on the device is being ... catch with my broadcastReceiver. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
455 views
1 answer
    I am trying to figure out how to wake and unlock the phone with a service. I have been referring to this ... the manifest as well. Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
539 views
1 answer
    I have been using the following code in a BroadcastReceiver to get the caller ID of incoming calls: @Override ... in advance for your help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
492 views
1 answer
    I know this question has been asked many times but i am unable to find the right direction. I have registered ... am missing? Thanks in advance. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
570 views
1 answer
    I've been trying to test a service when a device boots up on android, but I cannot get it to ... .lang.SecurityException: Permission Denial"? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
446 views
1 answer
    I have a broadcast receiver that listens to incoming calls. And I want to tweak the incoming call screen. Right now I can ... e); } } }); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
398 views
1 answer
    I have critical reminders that are set via the Alarm Manager (It should function the same way as an alarm ... app function while targeting O? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
693 views
1 answer
    I would like to start a broadcast receiver from an activity. I have a Second.java file which extends a broadcast ... 'm doing it wrong? Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
387 views
1 answer
    I have some receivers declared in my AndroidManifest : <!-- no warning --> <receiver android:name=".receivers ... code will be much appreciated. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
509 views
1 answer
    How do we specify in broadcast sending application that which application can receive this broadcast, and in ... to specify these permissions. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
415 views
1 answer
    I am new to Android. Here, I am not getting any errors ,While debugging the stopAlarm() method ... alarmManager.cancel(pendingIntent); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
499 views
1 answer
    I have registered following receiver which is not getting called in Android Oreo but works on lower version ... help would be appreciated? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
542 views
1 answer
    A simple question. Does it happens that I still receive the registered broadcast receivers after I force stopped the application? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
724 views
1 answer
    I am very confused whether to acquire this wakelock. E.g. I have this type of code that is ... to acquire PowerManager.PARTIAL_WAKE_LOCK? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
498 views
1 answer
    Ideally, I do not want to start an activity to do this. When the WiFi connection is lost, my app needs to ... way to go about this? Thanks! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
692 views
1 answer
    I have download notification in my application. I've added "Cancel" button to NotificationCompat.Builder by calling ... -filter> </receiver> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
569 views
1 answer
    I just updated my Nexus 5 to android 6, until now my app was working fine, but now the broadcast receivers ... PHONE_STATE is also not working. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
683 views
1 answer
    I have already checked all the related questions and have not found any solution for this problem. So this is ... possible to programmatically allow my app to auto launch in these...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
381 views
1 answer
    I have a BroadcastReceiver which is called every so often, and I have noticed many people use android: process =" ... the benefits of doing so? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
567 views
1 answer
    I want to make an application which has auto start option in its settings. I have made Settings activity in my ... when auto start is disabled ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
478 views
1 answer
    I use push notification (GCM) in my Android project. According to GCM tutorial I implemented broadcast receiver and ... )? Thanks in advance. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...