fractals87
Lurker
Hi, I got a .aar with java to create my app.
The documentation says
"
This is the base class for apps that which to interface with running instances of XXX to consumer its API. The overriding class will be executed as a remote service, on which hooks will be called by the plugin host. As it is a service, the class needs to be exposed in the AndroidManifest.xml as a service with export set to true.
"
Is it possible for a second app to call the methods of the app that contains this class?
How can i expose the class in the manifest? thanks all.
The documentation says
"
This is the base class for apps that which to interface with running instances of XXX to consumer its API. The overriding class will be executed as a remote service, on which hooks will be called by the plugin host. As it is a service, the class needs to be exposed in the AndroidManifest.xml as a service with export set to true.
"
Is it possible for a second app to call the methods of the app that contains this class?
How can i expose the class in the manifest? thanks all.