when i wanted to detect connection established i used static broadcast receiver wit this code in the mainfest.
what is the receiver for if i want to detect when screen is turned on ?
AddReceiverText(phoner,
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>)
what is the receiver for if i want to detect when screen is turned on ?