To Open Settings Page Of Chrome Browser In Android Programmatically?
I am building an android application in which i need to open settings page of chrome browser. I have researched a lot but didn't found any satisfactory result.I have used intent fo
Solution 1:
Chrome does not appear to export that activity, so it cannot be started by third-party apps.
Even if they did, that behavior could easily vary from version to version of Chrome for Android. Google does not document or support access to such activities from any of their commercial apps, let alone Chrome.
Post a Comment for "To Open Settings Page Of Chrome Browser In Android Programmatically?"