Advertisement
hasancse1991

Manifest

Jul 10th, 2018
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Groovy 0.24 KB | None | 0 0
  1. <receiver android:name=".DateChangeBroadcastListener">
  2.     <intent-filter>
  3.         <action android:name="android.intent.action.TIME_SET"/>
  4.         <action android:name="android.intent.action.DATE_CHANGED"/>
  5.     </intent-filter>
  6. </receiver>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement