From ec943e82b9f850ebf896c041e97d80f646ca162f Mon Sep 17 00:00:00 2001
From: oxmc <67136658+oxmc@users.noreply.github.com>
Date: Fri, 17 Jul 2026 08:10:40 -0700
Subject: [PATCH] SetupWizard: allowlist DOMAIN_VERIFICATION_AGENT privileged
permission
The manifest declares android.permission.DOMAIN_VERIFICATION_AGENT
(signature|privileged) but it was missing from the privapp-permissions
allowlist. On enforcing builds PermissionManagerService.onSystemReady()
throws IllegalStateException for an unallowlisted privileged permission,
killing system_server every boot (bootanim loop). Add the entry.
---
me.pawlet.setupwizard.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/me.pawlet.setupwizard.xml b/me.pawlet.setupwizard.xml
index 8a86740..77d6b68 100644
--- a/me.pawlet.setupwizard.xml
+++ b/me.pawlet.setupwizard.xml
@@ -8,6 +8,7 @@
+