Is there any way to import the curved edges from the device into an app?
As you can see in this link, some devices have the screen itself withcurved edges, but when I open my app in those devices, the edges turn to straight corners and fill the screen. I hate the inconsistency and want to mimic the screen curves within the app. I can guess the extent of the curves in dp and incorporate it myself, but I only want the curves in devices where it is the default. So I want to know if there is any way to get the curve information from from the device and apply it to the app directly so that devices with curved corners would have the curves within the app, and other devices with straight corners would have straight edges in the app?