when add package name, from my project doesn’t work
without the package name it works
with package name doesn’t work
when add package name, from my project doesn’t work
without the package name it works
Can you explain more?
Device Model number: SM J7 2016
Hi friend, the minimum interval is 15 minutes.
Hey guys, if you find this extension useful, then you can support me.
It is really hard to maintain and provide support to such huge projects.
If you need paid support, then feel free to message me.
This extension is amazing! Congratulations
but:
Hey thanks for the review!
What package name? App’s package name?
Yes
Oh, well weird that should not happen, I will check what is wrong.
Hi friend, thanks for the help, this is a great ext, that’s a shame doesn’t work in background, would be nice if can do in future
No friend, some android phones block it from showing a toast from background
yes it works, even with very complex things that store values in a tiny db in the background and check lists. i love it
also works for me , great idea , but the only problem background service work only for 10 minute after that it will be killed , any idea how to solve this ??
Oh! Haha, didn’t know what you meant, still newly testing this between work - thanks
Yes, that is true, depending on the type of phone you use, it will be killed accordingly.
What you have to do is, set battery optimization for the App to false and use Periodic block.
i have used InitializePeroidic Block, its not working properly with me the service going to be run only one time .
im using VIVO x70 pro
Completely turn off the battery optimization, and phones like Vivo, MIUI and samsung will heavily delay the execution to save battery.
A new release is out
Boot System
From this block, you will be able to call a procedure by name, same as initialize block but when the device gets switched on/phone restarted.
Clear Boot System
A block to remove the boot system set (resets it).
State
Returns true if the app was/is active when the service was started.
Use Alarm API
If set to true, the extension will use Alarm Manager API which is more accurate than the default API. This block is for Periodic tasks (InitializePeriodic block).
Initial Periodic Trigger
Use this block when Use Alarm API block property is set to true. This block is to specify the first trigger (in ms) of the periodic table.
Download:
xyz.kumaraswamy.itoo.aix (26.7 KB)