Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a2053b9 authored by Song Chun Fan's avatar Song Chun Fan Committed by Android (Google) Code Review
Browse files

Merge "[PreVerfiedDomains] use flattened string for get-domain-verification-agent" into main

parents 8e4bb10c 36cec43e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4801,7 +4801,7 @@ class PackageManagerShellCommand extends ShellCommand {
        try {
            final ComponentName domainVerificationAgent = mInterface.getDomainVerificationAgent();
            pw.println(domainVerificationAgent == null
                    ? "No Domain Verifier available!" : domainVerificationAgent.toString());
                    ? "No Domain Verifier available!" : domainVerificationAgent.flattenToString());
        } catch (Exception e) {
            pw.println("Failure [" + e.getMessage() + "]");
            return 1;