From 3c03ac09d4e1a11a6b149e9ab67eac4b214275f5 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 19 Dec 2017 02:42:00 +0100 Subject: SettingsActivity: allow for installing command line tools --- app/src/main/res/values/strings.xml | 6 ++++++ app/src/main/res/xml/preferences.xml | 4 ++++ 2 files changed, 10 insertions(+) (limited to 'app/src/main/res') diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ea4acb78..02d2ac4c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -60,6 +60,12 @@ WireGuard public key Restore on boot Restore previously enabled configurations on boot + Install command line tools + Install optional tools for scripting into /system/xbin + wg and wg-quick installed into /system/xbin + Installing wg and wg-quick into /system/xbin + wg and wg-quick are already installed + Command line tools could not be installed Save Settings Status diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index 95683a16..012e08fa 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -9,4 +9,8 @@ android:key="restore_on_boot" android:summary="@string/restore_on_boot_summary" android:title="@string/restore_on_boot" /> + -- cgit v1.2.3