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

Commit a078b4ba authored by Nicolas Prévot's avatar Nicolas Prévot Committed by Android (Google) Code Review
Browse files

Merge "Still return a package suspsended dialog if there is no owner." into nyc-dev

parents 5c1fbadb 8aa48028
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -8078,7 +8078,8 @@ public class DevicePolicyManagerService extends IDevicePolicyManager.Stub {
                    }
                }
            }
            return null;
            // We're not specifying the device admin because there isn't one.
            return intent;
        }
    }