diff options
Diffstat (limited to 'ui/src/main/res/xml/preferences.xml')
-rw-r--r-- | ui/src/main/res/xml/preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/src/main/res/xml/preferences.xml b/ui/src/main/res/xml/preferences.xml index d7955052..0f674108 100644 --- a/ui/src/main/res/xml/preferences.xml +++ b/ui/src/main/res/xml/preferences.xml @@ -24,4 +24,10 @@ android:summaryOn="@string/dark_theme_summary_on" android:title="@string/dark_theme_title" /> <com.wireguard.android.preference.KernelModuleDisablerPreference android:key="kernel_module_disabler" /> + <CheckBoxPreference + android:defaultValue="false" + android:key="allow_remote_control_intents" + android:summaryOff="@string/allow_remote_control_intents_summary_off" + android:summaryOn="@string/allow_remote_control_intents_summary_on" + android:title="@string/allow_remote_control_intents_title" /> </androidx.preference.PreferenceScreen> |