Export `AudioSharingReceiver` so that it could be launched by sysui.

Test: atest
Bug: 384405138
Flag: com.android.settingslib.flags.enable_le_audio_sharing
Change-Id: I901bee334f631e29053535c332c86d4d2fdd6279
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 551a7de..555411a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -5424,7 +5424,7 @@
         </service>
 
         <receiver android:name="com.android.settings.connecteddevice.audiosharing.AudioSharingReceiver"
-            android:exported="false">
+            android:exported="true">
             <intent-filter>
                 <action android:name="com.android.settings.action.BLUETOOTH_LE_AUDIO_SHARING_STATE_CHANGE" />
                 <action android:name="com.android.settings.action.BLUETOOTH_LE_AUDIO_SHARING_STOP" />