1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-24 05:11:15 +00:00
syncthing-android/src/main
Felix Ableitner 91f9231501 Don't use Process#exit() to avoid exit code 9.
Process#exit() seems to cause syncthing to return exit code 9 all
the time. Using SIGINT instead always gives a clean exit (at least
on my Android 6 device).
2016-03-12 19:46:31 +01:00
..
java/com/nutomic/syncthingandroid Don't use Process#exit() to avoid exit code 9. 2016-03-12 19:46:31 +01:00
res Replaced deprecated xml attribute. 2016-03-11 22:32:23 +01:00
AndroidManifest.xml Experimental setting to keep a wakelock while Syncthing native binary is running 2016-02-18 23:23:20 +01:00