From fb08c30d9b04935bc54cc21977b01800e6d4a851 Mon Sep 17 00:00:00 2001 From: Adithya R Date: Mon, 24 Oct 2022 00:49:55 +0530 Subject: [PATCH] Settings: Allow disabling clipboard overlay [2/2] Change-Id: Icf48949c9fdd44f6412d1491e105e22d80fda131 --- res/values/evolution_strings.xml | 4 ++++ res/xml/privacy_dashboard_settings.xml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/res/values/evolution_strings.xml b/res/values/evolution_strings.xml index 7291868c73a..676ed26d51a 100644 --- a/res/values/evolution_strings.xml +++ b/res/values/evolution_strings.xml @@ -19,4 +19,8 @@ Deep sleep + + + Show clipboard overlay + Show an overlay in the left bottom corner of the screen when something is copied to the clipboard diff --git a/res/xml/privacy_dashboard_settings.xml b/res/xml/privacy_dashboard_settings.xml index 248f6c8c199..41a0fbc5749 100644 --- a/res/xml/privacy_dashboard_settings.xml +++ b/res/xml/privacy_dashboard_settings.xml @@ -147,6 +147,12 @@ android:summary="@string/content_capture_summary" settings:controller="com.android.settings.privacy.EnableContentCaptureWithServiceSettingsPreferenceController"/> + +