Why doesn't my Service work in Android? (I just want to log something ever 5 seconds)

后端 未结 5 825
攒了一身酷
攒了一身酷 2020-12-14 18:44

I created a new class called HelloService. I added this to the Android manifest.xml.

public class HelloService extends Service {
    private Timer timer = ne         


        
5条回答
提交回复
热议问题