Update work icon in share sheet

Test: Open apps with custom share sheet, observe the new icon.

BUG=69028605

Change-Id: Ie3e1172099d347bd504287cfe4f5e1fcf54b97f7
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 49de135..5cb9272 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -3657,7 +3657,7 @@
         </activity-alias>
         <activity-alias android:name="com.android.internal.app.ForwardIntentToManagedProfile"
                 android:targetActivity="com.android.internal.app.IntentForwarderActivity"
-                android:icon="@drawable/ic_corp_icon"
+                android:icon="@drawable/ic_corp_badge"
                 android:exported="true"
                 android:label="@string/managed_profile_label">
         </activity-alias>