Merge branch '1190-shutdown-from-background' into 'master'

Shut down cleanly when phone is shutting down or memory is low

Closes #1190

See merge request akwizgran/briar!742
This commit is contained in:
Torsten Grote
2018-03-29 13:29:42 +00:00
8 changed files with 105 additions and 7 deletions

View File

@@ -417,4 +417,7 @@
<string name="qr_code">QR code</string>
<string name="show_qr_code_fullscreen">Show QR code fullscreen</string>
<!-- Low Memory Notification -->
<string name="low_memory_shutdown_notification_title">Signed out of Briar</string>
<string name="low_memory_shutdown_notification_text">Signed out due to lack of memory.</string>
</resources>