Settings: Allow disabling clipboard overlay [2/2]
Change-Id: Icf48949c9fdd44f6412d1491e105e22d80fda131
This commit is contained in:
@@ -19,4 +19,8 @@
|
||||
|
||||
<!-- Deep Sleep percentage in device info -->
|
||||
<string name="status_sleep_time">Deep sleep</string>
|
||||
|
||||
<!-- Show clipboard overlay -->
|
||||
<string name="show_clipboard_overlay_title">Show clipboard overlay</string>
|
||||
<string name="show_clipboard_overlay_summary">Show an overlay in the left bottom corner of the screen when something is copied to the clipboard</string>
|
||||
</resources>
|
||||
|
||||
@@ -147,6 +147,12 @@
|
||||
android:summary="@string/content_capture_summary"
|
||||
settings:controller="com.android.settings.privacy.EnableContentCaptureWithServiceSettingsPreferenceController"/>
|
||||
|
||||
<org.evolution.settings.preferences.SecureSettingSwitchPreference
|
||||
android:key="show_clipboard_overlay"
|
||||
android:title="@string/show_clipboard_overlay_title"
|
||||
android:summary="@string/show_clipboard_overlay_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<!-- Clipboard access notifications -->
|
||||
<SwitchPreferenceCompat
|
||||
android:key="show_clip_access_notification"
|
||||
|
||||
Reference in New Issue
Block a user