Hi all, there is a method to receive on a service an Intent.ACTION_TIME_TICK ? and I' m not talking about "startserviceat", but a real intent, like: this one on manifest:
AddReceiverText(service_name,
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>)
thanks in advances.
AddReceiverText(service_name,
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>)
thanks in advances.