phoneevents

  1. A

    Android Question How to determine in the service module that the phone is switched off?

    Hello! I am creating an application that runs in the background. I need to determine in the service module: is the phone turned on at the moment? Of course, I can determine, with PhoneEvents, when the phone turns on - the ScreenOn event, or when it turns off - the ScreenOff event. And thus...
  2. rleiman

    Android Question [SOLVED] PhoneStateChanged of PhoneEvents in Phone library - Can it be used in the Starter service?

    Greetings, I using PhoneStateChanged of PhoneEvents from the Phone library for the first time for a new user requirement. To better understand how it works I found a few references to code samples in the forum. Based on those samples, I made this simple app. I added the coding to the Starter...
Top