Android Question B4A v13.5, Starter Service and Datasync in manifest

mcqueccu

Expert
Licensed User
Longtime User
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)
 
Top