I have a MainActivity in android app which calls Xamarin Forms App.
now from some Xamarin Form Page I am displaying a native Android activity as Page Renderer
When I am calling finish() inside that page renderer it is actually closing complete app.
How I can close just this page only which is being renderer as Page Renderer.