DenJay
(DenJay)
April 19, 2023, 11:01am
#1
Hello. Please tell me if it is possible to make the application run in the background (create a background process). That is, the screen is off, and the application would process incoming messages, calls, and so on. On ANDROID 12 and earlier versions. If possible, how? Perhaps there are examples. Thank you in advance.
David
( David Ningthoujam)
April 19, 2023, 12:35pm
#2
have you tried using the available extensions on the community?
[image]
ItoO Tasks is a specially built extension (completely different from the old one) that makes such Environment that it would be possible to allow things like Procedures/Variables to be accessed when the App is In Background.
Blocks
Here are some of the blocks, blocks that arent mentioned are intended for Test only purpose.
Initialize
[image]
Initializes the service that would run after @latency.
Name is the (main) procedure name that will be called.
Of “runWhileActive”, if set…
1 Like
DenJay
(DenJay)
April 20, 2023, 2:45pm
#3
Thanks for the answer. But unfortunately this extension does not work with the “Texting” component.
Shreyaa
(shreya )
April 20, 2023, 2:56pm
#4
Well, i can create extensions to do such thing in background. pm me
DenJay
(DenJay)
April 20, 2023, 3:17pm
#5
What will be required for this?