admin管理员组

文章数量:1337119


      Intent intent = this.getViewWebIntent(); 
      // intent.setPackage(String); 
      this.printInterestedActivitiesByIntent(intent); 
       // set the className to use the specific browser to open the webpage. 
       intent.setClassName("com.android.browser", "com.android.browser.BrowserActivity"); 
       startActivity(intent); 
   } 
 
 
   /*
    *get the desired view web intent 
    */ 

本文标签: 打开网页浏览器手机Intent