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

Commit 8aa48028 authored by Nicolas Prevot's avatar Nicolas Prevot
Browse files

Still return a package suspsended dialog if there is no owner.

When an application cannot be started, and there is no profile/device
owner, still return a PackageSuspendedDialog.

BUG: 28042198
Change-Id: I5c30393f9481840a965bb815235af5181561a063
parent faecc3f8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8036,7 +8036,8 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                    }
                }
            }
            return null;
            // We're not specifying the device admin because there isn't one.
            return intent;
        }
    }