Follow up for I8050df3177b6d540829c3f0989a4e4b1381c87ec (2/2)

Change-Id: I7623488349209248596827d03fd77cd128f8b2b4
diff --git a/res/xml/manage_assist.xml b/res/xml/manage_assist.xml
index 00e86ad..e3ee859 100644
--- a/res/xml/manage_assist.xml
+++ b/res/xml/manage_assist.xml
@@ -23,5 +23,10 @@
         android:key="context"
         android:title="@string/assist_access_context_title"
         android:summary="@string/assist_access_context_summary"
-        android:persistent="false" />
+        android:persistent="false"/>
+
+    <Preference
+        android:summary="@string/assist_footer"
+        android:selectable="false"/>
+
 </PreferenceScreen>