I have a receiver which listens to the TIME_SET action android.
but some times am getting intent action without changing the time (random issue)
please help me in solving this issue
Thanks in advance.
code
<receiver
android:name=".tamperprooftime.TimeChangedReceiver"
android:exported="false" >
<intent-filter>
<action android:name="android.intent.action.TIME_SET" />
<action android:name="android.intent.action.TIMEZONE_CHANGED" />
</intent-filter>
</receiver>
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…