コード例 #1
0
  @Override
  public int onStartCommand(Intent intent, int flags, int startId) {
    Log.i("ManifestCheckerService", "onStartCommand");

    startCheck();

    // If we get killed, after returning from here, restart
    return START_STICKY;
  }
コード例 #2
0
 void doCheck(ManifestCheckerCallback cb) {
   mCallback = cb;
   startCheck();
 }