标签: android google-chrome
基本上我想从外部应用程序操作chrome。例如,更改搜索引擎设置。
出于说明目的:
(manifest) <uses-permission android:name="com.android.chrome.permission.settings" /> (MainActivity) com.android.chrome.setting.searchEngine("yahoo.com");
如何访问此功能? 这可能吗?
TIA