Hello
i have 2 label
label1 = "05:30"
label2 = "20:30"
i need to know how i can StartActivity automaticly when time = label like :
if time = label1 then StartActivity("1")
if time = label2 then StartActivity("2")
but i need this in background service when app is closed
ادامه مطلب...