Ok Walter,.. Thanks..
My app, really is a Service.. for this my app is hidden..
Sub Service_Create
'This is the program entry point.
'This is a good place to load resources that are not specific to a single activity.
Try
PWS.PartialLock
.......
Catch
Log(LastException)
End Try
End Sub
So, the problem is this line: 'AddReplacement(android.intent.action.MAIN, unused_action) but i can hide my app now.
This line prevents that service or app start (when is installed directly from apk file if I try with b4a software this work's good).
When I remove this line, the service work!.. but the icon appear.