mpd/android
Thomas Guillem 54a5491b86 android: Main is now a service
- add Settings: Activity to start / stop MPD Service (Main).

- Main is a service that run in foreground with a notification. See
  Service.startForeground documentation for more details.

- Main.Client is used to control the service: start or stop it and also receive
  callbacks when service encounters an error, is killed, is started or is
  stopped.

- Main.start to start the service without any fallback.
2018-08-19 23:35:49 +02:00
..
res android: Main is now a service 2018-08-19 23:35:49 +02:00
src android: Main is now a service 2018-08-19 23:35:49 +02:00
.gitignore first Android release 2014-02-22 01:39:08 +01:00
AndroidManifest.xml android: Main is now a service 2018-08-19 23:35:49 +02:00
build.py android/build.py: add aarch64 support 2018-08-17 19:20:25 +02:00
custom_rules.xml first Android release 2014-02-22 01:39:08 +01:00