protect ACTION_PROVISIONING_COMPLETED

action MANAGED_USER_CREATED was renamed to PROVISIONING_COMPLETED but we
missed renaming the protected-broadcast reference.

Fixes: 217368528
Test: N/A
Change-Id: Id2909c30f7e8d3266595664dc90bb6deccdb350a
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml
index 026250f..cd5d0a7 100644
--- a/core/res/AndroidManifest.xml
+++ b/core/res/AndroidManifest.xml
@@ -720,6 +720,7 @@
     <protected-broadcast android:name="android.app.action.DEVICE_POLICY_RESOURCE_UPDATED" />
     <protected-broadcast android:name="android.intent.action.SHOW_FOREGROUND_SERVICE_MANAGER" />
     <protected-broadcast android:name="android.service.autofill.action.DELAYED_FILL" />
+    <protected-broadcast android:name="android.app.action.PROVISIONING_COMPLETED" />
 
     <!-- ====================================================================== -->
     <!--                          RUNTIME PERMISSIONS                           -->