第一步:在AndroidManifest.xml中進行註冊 <service android:name=".LocalService"/> // 第二步:啟動 ① startService(Intent); ② ...
確定! 回上一頁