New mechanism to enable ventors to present Google legal items
dynamically.

Bug: 113576118
Test: RunCarSettingsRoboTests, Manual Test
Change-Id: I1a00c9aa305c548b692bc820519eada460c826f5
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d9e64fa..7c6dc05 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -263,8 +263,13 @@
         </activity>
 
         <activity android:name=".system.ThirdPartyLicensesActivity"
+                  android:label="@string/settings_license_activity_title"
                   android:configChanges="orientation|keyboardHidden|screenSize"
                   android:windowSoftInputMode="adjustResize">
+            <intent-filter>
+                <action android:name="android.settings.THIRD_PARTY_LICENSE" />
+                <category android:name="android.intent.category.DEFAULT" />
+            </intent-filter>
         </activity>
 
         <!-- This logic is copied from phone.-->