I know the solution might be somewhere, but I tried searching, but can't fix anything. what is wrong? I don't get it. this is what I have
<receiver
android:name="com.example.listeners.screenlistener"
android:enabled="true" >
<intent-filter>
<action android:name="android.intent.action.SCREEN_ON" />
</intent-filter>
</receiver>