呼叫相機 要呼叫Android裝置上的照相機,需設定以下欄位: Action:android.intent.action.MAIN ActivityPackage:com.google.android.camera ActivityClass:com.android.camera.Camera 我們也可以直接使用App Invevntor的Camera元件,這裡只是說明如何利用ActivityStarter來呼叫它。 網路搜尋 為了能在網頁上搜尋特定資料,例如「App Inventor」,需設定以下欄位: Action:android.intent.action.WEB_SEARCH ExtraKey:query ExtraValue:App Inventor ActivityPackage:com.google.android.providers.enhancedgooglesearch ActivityClass:com.google.android.providers.enhancedgooglesearch.Launcher 開啟網頁 要透過ActivityStarter元件來開啟指定網頁,需設定以下欄位: Action:android.intent.action.VIEW DataUri:http://www.appinventor.tw (可自由更改) |