1. 啟動Gallery選取圖片
Intent intent = new Intent(Intent.ACTION_PICK,
android.provider.MediaStore.Images.Media.EXTERNAL_CONTENT_URI);
this.startActivity(intent);
2. 啟動第三方的Camera
Intent cameraIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
this.startActivity(cameraIntent);
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Intent.EXTRA_PHONE_NUMBER // 獲取 call out 之電話號碼
Intent.ACTION_NEW_OUTGOING_CALL // Call Out Action
TelephonyManager.EXTRA_INCOMING_NUMBER // 獲取 call in 之電話號碼
TelephonyManager.CALL_STATE_RINGING // Call In Action for Running
沒有留言:
張貼留言