DownloadService.onStartCommand() nullable Intent
This commit is contained in:
parent
ab21f885d4
commit
aa9b85c66e
@ -595,7 +595,7 @@ public abstract class DownloadService extends Service {
|
||||
}
|
||||
|
||||
@Override
|
||||
public int onStartCommand(Intent intent, int flags, int startId) {
|
||||
public int onStartCommand(@Nullable Intent intent, int flags, int startId) {
|
||||
lastStartId = startId;
|
||||
taskRemoved = false;
|
||||
@Nullable String intentAction = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user