cmparts: Make CMParts searchable
* Implement a SearchIndexablesProvider to allow the Settings app
to crawl our resources.
* Add all missing metadata where necessary so resources can be
indexed.
Change-Id: Ic8f304a7995b269f476eda6306d11b366621f4b0
diff --git a/res/xml/livedisplay.xml b/res/xml/livedisplay.xml
index ef1d9bd..443e17a 100644
--- a/res/xml/livedisplay.xml
+++ b/res/xml/livedisplay.xml
@@ -14,7 +14,9 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
+ android:key="livedisplay"
+ android:title="@*cyanogenmod.platform:string/live_display_title">
<PreferenceCategory
android:key="live_display_options"