Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道 Android 中 service 和 JobService 之间的主要区别是什么。
Service 是 Android Studio 中的父类,而 JobService 是子类或基类。
<service android:name="MyJobService" android:permission="android.permission.BIND_JOB_SERVICE" > ... </service>