From 5023c937adb71a91b5fd092533a1beb899bf97bc Mon Sep 17 00:00:00 2001 From: Samuel Holland Date: Wed, 16 Aug 2017 04:37:11 -0500 Subject: preferences: Control restoring enabled configs Signed-off-by: Jason A. Donenfeld --- app/src/main/res/values/strings.xml | 2 ++ app/src/main/res/xml/preferences.xml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 20fa1e5f..2c0ce517 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -24,6 +24,8 @@ This configuration will be controlled by the quick settings tile Private key Public key + Restore on boot + Restore previously enabled configurations on boot Save Settings Status diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 09c32942..95683a16 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -4,4 +4,9 @@ android:key="primary_config" android:summary="@string/primary_config_summary" android:title="@string/primary_config" /> + -- cgit v1.2.3