summaryrefslogtreecommitdiff
path: root/Settings/res/xml/help_and_feedback_x.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Settings/res/xml/help_and_feedback_x.xml')
-rw-r--r--Settings/res/xml/help_and_feedback_x.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/Settings/res/xml/help_and_feedback_x.xml b/Settings/res/xml/help_and_feedback_x.xml
index 95f28d745..1c657fa53 100644
--- a/Settings/res/xml/help_and_feedback_x.xml
+++ b/Settings/res/xml/help_and_feedback_x.xml
@@ -21,8 +21,10 @@
android:key="feedback"
android:icon="@drawable/ic_send_feedback"
android:title="@string/send_feedback">
- <intent
- android:action="com.google.android.apps.tv.launcherx.feedback.LAUNCH_FEEDBACK_UI" />
+ <intent android:action="com.google.android.apps.tv.launcherx.feedback.LAUNCH_FEEDBACK_UI">
+ <!-- A screenshot would only show the Settings screen, so don't take it. -->
+ <extra android:name="FEEDBACK_CAPTURE_SCREENSHOT" android:value="false" />
+ </intent>
</Preference>
<Preference
android:key="help_center"