ThemePicker: Implement the Clock section

Add a Fragment to show and apply available clockfaces.
A few more iterations are needed on the UI but this CL focuses
on the functionality.

Bug: 120560400

Change-Id: I809cb861cf4c03c4b6d84b94e839300dbea200a1
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dae680e..48a3941 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -17,7 +17,7 @@
         android:restoreAnyVersion="true"
         android:supportsRtl="true">
 
-        <activity android:name="com.android.theme.picker.ThemePickerActivity"
+        <activity android:name="com.android.customization.picker.CustomizationPickerActivity"
             android:label="@string/app_name"
             android:theme="@style/CustomizationTheme.NoActionBar"
             android:resizeableActivity="true">