I want to create a "main" service/application which will provide different functionalities to other applications.
According to android docs I can use elements from an application/ service in other. "A central feature of Android is that one application can make use of elements of other applications (provided those applications permit it). ...". Is there any examples/documentation on this direction? TicTacToeMain/TicTacToeLib example is not helping me because it seems "TicTacToeLib" will be embedded in final TicTacToeMain apk file. Also I want to ask if is possible to detect if the "main" service/ application is missing (if is missing I want to tell user to install it, or to install it automatically).