mcqueccu Expert Licensed User Longtime User Yesterday at 8:27 AM #1 These code in manifest that target starter, after removing the starter, what should we use to replace the starter? B4X: SetServiceAttribute(Starter, android:foregroundServiceType, dataSync) This is the error B4X: Error in manifest editor: Error parsing manifest script:<br /> Module starter not found (Manifest Editor)
These code in manifest that target starter, after removing the starter, what should we use to replace the starter? B4X: SetServiceAttribute(Starter, android:foregroundServiceType, dataSync) This is the error B4X: Error in manifest editor: Error parsing manifest script:<br /> Module starter not found (Manifest Editor)
Erel B4X founder Staff member Licensed User Longtime User Today at 5:38 AM #2 You shouldn't use the starter service for background tasks. Bad things will happen. Add a different service instead. Upvote 0
You shouldn't use the starter service for background tasks. Bad things will happen. Add a different service instead.