Closed yaheath closed 5 years ago
The README says the import line to add to MainActivity.java should be: import com.voximplant.VIForegroundServicePackage; however that doesn't work.
import com.voximplant.VIForegroundServicePackage;
The correct import looks like this: import com.voximplant.foregroundservice.VIForegroundServicePackage;
import com.voximplant.foregroundservice.VIForegroundServicePackage;
Hello, @yaheath!
Thank you for reporting the issue!
I have updated the README file.
Best regards, Yulia Grigorieva
The README says the import line to add to MainActivity.java should be:
import com.voximplant.VIForegroundServicePackage;
however that doesn't work.The correct import looks like this:
import com.voximplant.foregroundservice.VIForegroundServicePackage;