I've hidden the application:
but after the installation does not start, how I can make it open?
I need to put some data then close and run as a service whit this data.
thank you very much
B4X:
AddReplacement(<category android:name="android.intent.category.LAUNCHER" />, <!--<category android:name="android.intent.category.LAUNCHER" /> -->)
SetActivityAttribute(Main, "android:excludeFromRecents", "true")
I need to put some data then close and run as a service whit this data.
thank you very much