I have developed an Android app for recording audio when the phone called. I know, I can't record the audio of the caller person but I want to record my voice w
When authenticating using Firebase Auth, I want to auto input the code that is received via SMS. I am able to receive SMS and go through auth process manually,
I'm developing an Android TV app, and I'm setting up a broadcast receiver to run a work class when the user installs the app. Following the Google documentation
In my app, I need to start the built-in camera application using the action INTENT_ACTION_STILL_IMAGE_CAMERA. The reason of this action is that in this case, I
I am working on fetching recent call log as call get disconnected(outgoing , incoming) either answered or unanswered. I am using Phone state listener to fire
I have a broadcast receiver in my app which is fired every time the user gets an incoming call. Now, when it happens, I need the broadcast receiver to invoke a
In my manifest file I have declared the receiver. (as follows) <receiver android:name=".OnAlarmReceive" /> however, once I shut down my application, I
I would like to receive broadcasts from music players while the app is in the background. I found the following code here: @Override public void onCreate(Bund