Forward developer settings intent to primary profile

This appeared to have been accidentally removed in ag/25458819.
Without it the "Cross profile intent filters are set" cts test fails.

Bug: 310115681
Test: cts verifier > BYOD Managed Provisioning > Cross profile intent
filters are set
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1d83f831f731f20305dd9d886460f4bb00fa360c)
Merged-In: I2dbb081c0099d42c6e2160f31d7a5bf30c680558
Change-Id: I2dbb081c0099d42c6e2160f31d7a5bf30c680558
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 19927a2..2d3b3fd 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2892,6 +2892,8 @@
                        android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" />
             <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
                        android:value="@string/menu_key_system"/>
+            <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
+                       android:value="true" />
         </activity>
 
         <activity