我有这个方法
public void GetSMS(){ //in this method I read SMS in my app inbox, //If have new SMS create notification }
对于这个我认为创建计时器滴答方法和每5秒调用GetSMS()
如何为此创建正确的方法?
android
android ×1