Merge branch '1190-shutdown-from-background' into 'maintenance-0.16'

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

See merge request akwizgran/briar!754
This commit is contained in:
akwizgran
2018-03-29 15:04:21 +00:00
8 changed files with 105 additions and 7 deletions

View File

@@ -415,4 +415,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>