Add android.safetycenter to permission module permitted_packges

Currently the permitted_packages check is per apex and not per jar.
Adding android.safetycenter to the allowlist to unblock ag/16182563

Bug: 205289292
Test: TH
Change-Id: I9fc315a987af937a527872f24bf73263d2c9c9f2
diff --git a/apex/apex.go b/apex/apex.go
index 7ac3bc8..b742200 100644
--- a/apex/apex.go
+++ b/apex/apex.go
@@ -3138,6 +3138,8 @@
 		},
 		"com.android.permission": []string{
 			"android.permission",
+			//TODO(b/205719989): remove, do not cherry-pick anywhere
+			"android.safetycenter",
 			"android.app.role",
 			"com.android.permission",
 			"com.android.role",