从google中关键字搜索

    技术2024-10-13  67

     

     

     

    Intent intent = new Intent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(SearchManager.QUERY,"BEYOND");startActivity(intent);

    最新回复(0)