From d9bd96b3094039fdcb8c76042a6f2dc21d6c7875 Mon Sep 17 00:00:00 2001 From: Jorim Jaggi Date: Fri, 26 Jun 2015 16:40:41 -0700 Subject: [PATCH] Add setting to disable screenshot separately (2/2) Bug: 22063668 Change-Id: I85b255ac114184e0edbd71010d517b337ad935e5 --- res/values/strings.xml | 9 ++++++++- res/xml/manage_assist.xml | 6 ++++++ src/com/android/settings/applications/ManageAssist.java | 12 ++++++++++++ 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/res/values/strings.xml b/res/values/strings.xml index 3b62f4c3b0..441dbbd94a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -6757,7 +6757,14 @@ Use current context - When you open the assist app, let it see what you\u2019ve been doing on your screen + Allow the assist app to access content and metadata from the app you\u2019re using + + + Use screenshots + + + Allow the assist app to analyze images of the app you\u2019re using + Assist apps help you identify and act on useful information without having to ask. Some apps support both launcher and voice input services to give you integrated assistance. diff --git a/res/xml/manage_assist.xml b/res/xml/manage_assist.xml index 39a712025d..7669d2678e 100644 --- a/res/xml/manage_assist.xml +++ b/res/xml/manage_assist.xml @@ -31,6 +31,12 @@ android:summary="@string/assist_access_context_summary" android:persistent="false"/> + +