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システムによってサービスが再開される時間を知りたいです。今回入手できる方法はありますか?
ビオラ。
public class MyService extends Service { private long startTime; public void onCreate() { super.onCreate(); startTime = System.currentTimeInMillis(); } }