toby Well-Known Member Licensed User Longtime User May 17, 2025 #1 I want to be able to popup a message whether or not the app is active, in the background, or the phone is locked. Could someone kindly show me how? TIA
I want to be able to popup a message whether or not the app is active, in the background, or the phone is locked. Could someone kindly show me how? TIA
Erel B4X founder Staff member Licensed User Longtime User May 18, 2025 #2 1. You should use notifications for this. 2. Use StartReceiverAt to schedule the next running time, each time. Upvote 0
1. You should use notifications for this. 2. Use StartReceiverAt to schedule the next running time, each time.