LineageParts: Add intent for LiveDisplay settings

* Add an intent so we can open LiveDisplay settings from QS tile

Change-Id: I9a4fe1cb688143024f4a2901e7b89e413b2655f1
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ce857d9..a8ba90d 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -93,6 +93,7 @@
             android:targetActivity="PartsActivity">
             <intent-filter android:priority="-2">
                 <action android:name="org.lineageos.lineageparts.action.SETTINGS" />
+                <action android:name="org.lineageos.lineageparts.LIVEDISPLAY_SETTINGS" />
                 <category android:name="android.intent.category.DEFAULT" />
             </intent-filter>
             <meta-data