Don't allow BriarService to restart automatically without a DB key.
Fixes bug #7. The service is restarted after a crash even if onStartCommand() returns START_NOT_STICKY, but after restarting the DB key is not restored and so the app can't usefully proceed.
Loading
Please register or sign in to comment