intent-filter 是我們跟系統註明我們的 Activity 可以接收哪些 Intent 的一種方式。 這裡我們有二個參數 <action android:name="android.intent.action.MAIN" /> 指的是這 ...
確定! 回上一頁