This is an old revision of the document!
Your task is to create a backup service for Android and an Activity or series of Activities which act as a front-end for the service. Archiving and unarchiving should be handled by a native library. The application must be able to read and write data to the phone's internal or external storage.
The service must be accessible by other applications and must be accessible implicitly via the
An application can use the service via a binder which implements the interface described in .
The service works in two ways: an application can send a request via startService, with an intent containing the field “path”, which contains a String to either a file or directory which the service must archive, or via
2. Application 3. Library