Is there a way to open the settings page of the default browser for Android programmatically from an application?
Through some intent? or Maybe some other way to do it?
Is there a way to open the settings page of the default browser for Android programmatically from an application?
Through some intent? or Maybe some other way to do it?
Yes, we can use this code for call Browser settings page from our application
Note: it supports from APi14 why this means that Settings page is not accessible from outside of Browser .From Api14 they provide intent-action for this.based on this action we can access it from outside