commit | 712530794bd6e16bc84d87eec65e1de20b2b4aea | [log] [tgz] |
---|---|---|
author | Jorim Jaggi <jjaggi@google.com> | Tue May 19 14:02:05 2015 -0700 |
committer | Jorim Jaggi <jjaggi@google.com> | Tue May 19 14:02:05 2015 -0700 |
tree | b1199496761eddddfa1537317633cf1361b58a37 | |
parent | bc38a9a0ab57be09d9159489d8802250abd7a6e6 [diff] [blame] |
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>