android 開發 Intent使用技巧點

判斷Intent是否爲null: if (intent.resolveActivity(getPackageManager())!=null) { //判斷Intent是否爲null // Intent不爲空 }else{ // Intent爲空 } 判斷Intent的指定Key是否爲空: if(intent.hasExtra("key"
相關文章
相關標籤/搜索