Tagged Questions
0
votes
1answer
168 views
Android taking photo when user fails password
I have a DeviceAdminReceiver, and I want to take a picture with the front camera when the user fails the password - but I got an error...
The code:
@Override
public void onPasswordFailed(Context ...
0
votes
1answer
192 views
Android: Cannot instantiate receiver
I am developing an android application that receives SMS messages and uses this data inside the application. Because I want the SMS messages' BroadCastreceiver to close when I close the application, I ...
0
votes
1answer
500 views
MediaPlayer BroadcastReceiver RuntimeException
I am having a bit of trouble with the MediaPlayer object in Android. Specifically, I am trying to play an m4a file from a url. On the surface it seems to be working fine, including properly playing ...