呼叫轉移的類型:android
始終進行呼叫轉移 *#21#spa
佔線進行呼叫轉移 *#67#it
無應答進行呼叫轉移 *#61#io
沒法接通進行呼叫轉移 *#62#權限
Intent callIntent=new Intent(Intent.ACTION_CALL,Uri.parse("tel:*%2321%23"));%23表明#call
callIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);(必定要加上)vi
startActivity(callIntent);new
須要的權限:tar
<uses-permission android:name="android.permission.CALL_PHONE"/>